LSM_UNSAFE_NO_NEW_PRIVS 1497 fs/exec.c      		bprm->unsafe |= LSM_UNSAFE_NO_NEW_PRIVS;
LSM_UNSAFE_NO_NEW_PRIVS  905 security/apparmor/domain.c 	if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) && !unconfined(label) &&
LSM_UNSAFE_NO_NEW_PRIVS  937 security/apparmor/domain.c 	if ((bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS) &&
LSM_UNSAFE_NO_NEW_PRIVS  843 security/commoncap.c 		    (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS)) {
LSM_UNSAFE_NO_NEW_PRIVS 2279 security/selinux/hooks.c 	int nnp = (bprm->unsafe & LSM_UNSAFE_NO_NEW_PRIVS);