Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Ddomain.c902 if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && !unconfined(label) && in apparmor_bprm_creds_for_exec()
940 if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && in apparmor_bprm_creds_for_exec()
/openbmc/linux/security/
H A Dcommoncap.c921 (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS)) { in cap_bprm_creds_from_file()
/openbmc/linux/include/linux/
H A Dsecurity.h223 #define LSM_UNSAFE_NO_NEW_PRIVS 4 macro
/openbmc/linux/fs/
H A Dexec.c1600 bprm->unsafe |= LSM_UNSAFE_NO_NEW_PRIVS; in check_unsafe_exec()
/openbmc/linux/security/selinux/
H A Dhooks.c2242 int nnp = (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS); in check_nnp_nosuid()