Updated: October 28, 2024 |
Check if a requesting process has a specified permission
#include <secpol/secpol.h>
int secpol_check_permission(const struct _msg_info *info, uint32_t otype, const secpol_permission_t *permission)
When a call to secpol_check_permission() fails, it indicates that the caller is denied the permission check. In most cases, all errors should be treated identically.
The otype argument allows you to restrict the test for a permission to a specific object that the permission accesses or acts on. For more information, see Customizing permissions using a security policy.