Searched refs:CAP_OPT_NOAUDIT (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/kernel/ |
H A D | capability.c | 327 ret = security_capable(__task_cred(t), ns, cap, CAP_OPT_NOAUDIT); in has_ns_capability_noaudit() 401 return ns_capable_common(ns, cap, CAP_OPT_NOAUDIT); in ns_capable_noaudit() 520 CAP_OPT_NOAUDIT); in ptracer_capable()
|
H A D | ksyms_common.c | 37 CAP_OPT_NOAUDIT) == 0) in kallsyms_show_value()
|
/openbmc/linux/security/apparmor/ |
H A D | capability.c | 131 if (opts & CAP_OPT_NOAUDIT) { in profile_capable()
|
H A D | resource.c | 135 aa_capable(subj_cred, label, CAP_SYS_RESOURCE, CAP_OPT_NOAUDIT) != 0) in aa_task_setrlimit()
|
/openbmc/linux/security/ |
H A D | commoncap.c | 1405 CAP_SYS_ADMIN, CAP_OPT_NOAUDIT) == 0) in cap_vm_enough_memory()
|
/openbmc/linux/include/linux/ |
H A D | security.h | 67 #define CAP_OPT_NOAUDIT BIT(1) macro
|
/openbmc/linux/security/selinux/ |
H A D | hooks.c | 1644 if (!(opts & CAP_OPT_NOAUDIT)) { in cred_has_capability() 2215 CAP_OPT_NOAUDIT, true); in selinux_vm_enough_memory() 3160 unsigned int opts = audit ? CAP_OPT_NONE : CAP_OPT_NOAUDIT; in has_cap_mac_admin()
|