Searched refs:AVC_EXTENDED_PERMS (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/security/selinux/include/ |
H A D | avc.h | 146 #define AVC_EXTENDED_PERMS 2 /* update extended permissions */ macro
|
/kernel/linux/linux-6.6/security/selinux/include/ |
H A D | avc.h | 138 #define AVC_EXTENDED_PERMS 2 /* update extended permissions */ macro
|
/kernel/linux/linux-5.10/security/selinux/ |
H A D | avc.c | 829 * @flags: the AVC_* flags, e.g. AVC_NONBLOCKING, AVC_EXTENDED_PERMS, or 0. 910 if (node->ae.xp_node && (flags & AVC_EXTENDED_PERMS)) in avc_update_node() 1106 driver, xperm, AVC_EXTENDED_PERMS, &avd); in avc_has_extended_perms()
|
/kernel/linux/linux-6.6/security/selinux/ |
H A D | avc.c | 824 * @flags: the AVC_* flags, e.g. AVC_EXTENDED_PERMS, or 0. 890 if (node->ae.xp_node && (flags & AVC_EXTENDED_PERMS)) in avc_update_node() 1083 driver, xperm, AVC_EXTENDED_PERMS, &avd); in avc_has_extended_perms()
|
Completed in 4 milliseconds