Searched refs:CLONE_NEWUSER (Results 1 – 6 of 6) sorted by relevance
30 #ifndef CLONE_NEWUSER31 # define CLONE_NEWUSER 0x10000000 macro161 if (unshare(CLONE_NEWUSER) !=0) { in create_and_enter_userns()
28 #define CLONE_NEWUSER 0x10000000 /* New user namespace */ macro
90 if (unshare_flags & CLONE_NEWUSER) in unshare_userns()
1252 if ((clone_flags & (CLONE_NEWUSER|CLONE_FS)) == (CLONE_NEWUSER|CLONE_FS)) in copy_process()1286 if ((clone_flags & (CLONE_NEWUSER | CLONE_NEWPID)) || in copy_process()1854 CLONE_NEWUSER|CLONE_NEWPID)) in check_unshare_flags()1937 if (unshare_flags & CLONE_NEWUSER) in SYSCALL_DEFINE1()
122 if (!(unshare_flags & CLONE_NEWUSER)) in unshare_userns()1001 .type = CLONE_NEWUSER,
342 if (clone_flags & CLONE_NEWUSER) { in copy_creds()