Searched refs:CLONE_NNP (Results 1 – 2 of 2) sorted by relevance
40 #define CLONE_NNP (1ULL << 35) /* Set no_new_privs on child. */ macro
2091 if (clone_flags & CLONE_NNP) { in copy_process() 2104 * Without CLONE_NNP the child could escalate privileges in copy_process() 2106 * With CLONE_NNP the child can't gain new privileges, in copy_process() 2109 if (!(clone_flags & CLONE_NNP) && in copy_process() 2508 if (clone_flags & CLONE_NNP) in copy_process() 3015 CLONE_INTO_CGROUP | CLONE_AUTOREAP | CLONE_NNP | in clone3_args_valid()