Home
last modified time | relevance | path

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

/openbmc/linux/security/
H A Dcommoncap.c917 ((bprm->unsafe & ~LSM_UNSAFE_PTRACE) || in cap_bprm_creds_from_file()
/openbmc/linux/security/apparmor/
H A Ddomain.c953 if (bprm->unsafe & (LSM_UNSAFE_PTRACE)) { in apparmor_bprm_creds_for_exec()
/openbmc/linux/fs/
H A Dexec.c1572 bprm->unsafe |= LSM_UNSAFE_PTRACE; in check_unsafe_exec()
/openbmc/linux/include/linux/
H A Dsecurity.h222 #define LSM_UNSAFE_PTRACE 2 macro
/openbmc/linux/security/smack/
H A Dsmack_lsm.c933 if (bprm->unsafe & LSM_UNSAFE_PTRACE) { in smack_bprm_creds_for_exec()
949 if (bprm->unsafe & ~LSM_UNSAFE_PTRACE) in smack_bprm_creds_for_exec()
/openbmc/linux/security/selinux/
H A Dhooks.c2373 if (bprm->unsafe & LSM_UNSAFE_PTRACE) { in selinux_bprm_creds_for_exec()