Home
last modified time | relevance | path

Searched refs:LSM_UNSAFE_PTRACE_CAP (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/security/apparmor/
Ddomain.c475 if (bprm->unsafe & (LSM_UNSAFE_PTRACE | LSM_UNSAFE_PTRACE_CAP)) { in apparmor_bprm_set_creds()
/linux-4.4.14/security/
Dcommoncap.c548 bprm->unsafe & ~LSM_UNSAFE_PTRACE_CAP) { in cap_bprm_set_creds()
/linux-4.4.14/include/linux/
Dsecurity.h141 #define LSM_UNSAFE_PTRACE_CAP 4 macro
/linux-4.4.14/fs/
Dexec.c1258 bprm->unsafe |= LSM_UNSAFE_PTRACE_CAP; in check_unsafe_exec()
/linux-4.4.14/security/smack/
Dsmack_lsm.c920 if (bprm->unsafe & (LSM_UNSAFE_PTRACE | LSM_UNSAFE_PTRACE_CAP)) { in smack_bprm_set_creds()
/linux-4.4.14/security/selinux/
Dhooks.c2289 (LSM_UNSAFE_PTRACE | LSM_UNSAFE_PTRACE_CAP)) { in selinux_bprm_set_creds()