Home
last modified time | relevance | path

Searched refs:CAP_OPT_NOAUDIT (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/kernel/
H A Dcapability.c327 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 Dksyms_common.c37 CAP_OPT_NOAUDIT) == 0) in kallsyms_show_value()
/openbmc/linux/security/apparmor/
H A Dcapability.c131 if (opts & CAP_OPT_NOAUDIT) { in profile_capable()
H A Dresource.c135 aa_capable(subj_cred, label, CAP_SYS_RESOURCE, CAP_OPT_NOAUDIT) != 0) in aa_task_setrlimit()
/openbmc/linux/security/
H A Dcommoncap.c1405 CAP_SYS_ADMIN, CAP_OPT_NOAUDIT) == 0) in cap_vm_enough_memory()
/openbmc/linux/include/linux/
H A Dsecurity.h67 #define CAP_OPT_NOAUDIT BIT(1) macro
/openbmc/linux/security/selinux/
H A Dhooks.c1644 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()