LSM_UNSAFE_PTRACE 1490 fs/exec.c      		bprm->unsafe |= LSM_UNSAFE_PTRACE;
LSM_UNSAFE_PTRACE  949 security/apparmor/domain.c 	if (bprm->unsafe & (LSM_UNSAFE_PTRACE)) {
LSM_UNSAFE_PTRACE  839 security/commoncap.c 	    ((bprm->unsafe & ~LSM_UNSAFE_PTRACE) ||
LSM_UNSAFE_PTRACE 2417 security/selinux/hooks.c 		if (bprm->unsafe & LSM_UNSAFE_PTRACE) {
LSM_UNSAFE_PTRACE  923 security/smack/smack_lsm.c 	if (bprm->unsafe & LSM_UNSAFE_PTRACE) {
LSM_UNSAFE_PTRACE  939 security/smack/smack_lsm.c 	if (bprm->unsafe & ~LSM_UNSAFE_PTRACE)