Home
last modified time | relevance | path

Searched refs:LSM_UNSAFE_NO_NEW_PRIVS (Results 1 – 5 of 5) sorted by relevance

/linux/security/apparmor/
H A Ddomain.c904 if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && !unconfined(label) && in apparmor_bprm_creds_for_exec()
942 if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && in apparmor_bprm_creds_for_exec()
/linux/security/
H A Dcommoncap.c922 (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS)) { in cap_bprm_creds_from_file()
/linux/fs/
H A Dexec.c1656 bprm->unsafe |= LSM_UNSAFE_NO_NEW_PRIVS; in check_unsafe_exec()
/linux/include/linux/
H A Dsecurity.h240 #define LSM_UNSAFE_NO_NEW_PRIVS 4 macro
/linux/security/selinux/
H A Dhooks.c2242 int nnp = (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS); in check_nnp_nosuid()