Home
last modified time | relevance | path

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

/linux/kernel/
H A Dcapability.c307 ret = security_capable(__task_cred(t), ns, cap, CAP_OPT_NOAUDIT); in has_ns_capability_noaudit()
381 return ns_capable_common(ns, cap, CAP_OPT_NOAUDIT); in ns_capable_noaudit()
500 CAP_OPT_NOAUDIT); in ptracer_capable()
H A Dksyms_common.c37 CAP_OPT_NOAUDIT) == 0) in kallsyms_show_value()
/linux/security/apparmor/
H A Dcapability.c139 if (opts & CAP_OPT_NOAUDIT) { in profile_capable()
156 if (opts & CAP_OPT_NOAUDIT) { in profile_capable()
H A Dresource.c134 aa_capable(subj_cred, label, CAP_SYS_RESOURCE, CAP_OPT_NOAUDIT) != 0) in aa_task_setrlimit()
H A Ddomain.c1444 CAP_OPT_NOAUDIT)) { in aa_change_profile()
/linux/security/
H A Dcommoncap.c1456 CAP_OPT_NOAUDIT); in cap_vm_enough_memory()
/linux/security/selinux/
H A Dhooks.c1667 if (!(opts & CAP_OPT_NOAUDIT)) { in cred_has_capability()
2264 CAP_OPT_NOAUDIT, true); in selinux_vm_enough_memory()
3346 unsigned int opts = audit ? CAP_OPT_NONE : CAP_OPT_NOAUDIT; in has_cap_mac_admin()