Searched refs:PF_FORKNOEXEC (Results 1 - 6 of 6) sorted by path

/linux-master/fs/
H A Dexec.c1354 me->flags &= ~(PF_RANDOMIZE | PF_FORKNOEXEC |
/linux-master/include/linux/
H A Dsched.h1628 #define PF_FORKNOEXEC 0x00000040 /* Forked but didn't exec */ macro
/linux-master/kernel/
H A Dacct.c574 if (current->flags & PF_FORKNOEXEC)
H A Dfork.c2277 p->flags |= PF_FORKNOEXEC;
H A Dsys.c1077 * !PF_FORKNOEXEC check to conform completely to POSIX.
1113 if (!(p->flags & PF_FORKNOEXEC))
H A Dtsacct.c48 if (thread_group_leader(tsk) && (tsk->flags & PF_FORKNOEXEC))

Completed in 291 milliseconds