Searched refs:CAP_OPT_NONE (Results 1 – 4 of 4) sorted by relevance
/linux/kernel/ |
H A D | capability.c | 282 ret = security_capable(__task_cred(t), ns, cap, CAP_OPT_NONE); in has_ns_capability() 379 return ns_capable_common(ns, cap, CAP_OPT_NONE); 456 if (security_capable(file->f_cred, ns, cap, CAP_OPT_NONE) == 0) in file_ns_capable()
|
/linux/security/ |
H A D | commoncap.c | 254 CAP_SETPCAP, CAP_OPT_NONE) == 0) in cap_inh_is_capped() 1350 CAP_SETPCAP, CAP_OPT_NONE) != 0) { in cap_task_prctl() 1468 CAP_OPT_NONE); in cap_mmap_addr()
|
/linux/security/apparmor/ |
H A D | task.c | 274 CAP_OPT_NONE); in profile_tracer_perm()
|
/linux/security/selinux/ |
H A D | hooks.c | 3169 unsigned int opts = audit ? CAP_OPT_NONE : CAP_OPT_NOAUDIT; in has_cap_mac_admin() 3727 CAP_OPT_NONE, true); in selinux_file_ioctl()
|