Home
last modified time | relevance | path

Searched refs:CLONE_NNP (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h40 #define CLONE_NNP (1ULL << 35) /* Set no_new_privs on child. */ macro
/linux/kernel/
H A Dfork.c2048 if (clone_flags & CLONE_NNP) { in copy_process()
2066 if (!(clone_flags & CLONE_NNP) && in copy_process()
2461 if (clone_flags & CLONE_NNP) in copy_process()
2967 CLONE_INTO_CGROUP | CLONE_AUTOREAP | CLONE_NNP | in clone3_args_valid()