Searched refs:CLONE_NEWUSER (Results 1 – 7 of 7) 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()
1258 if ((clone_flags & (CLONE_NEWUSER|CLONE_FS)) == (CLONE_NEWUSER|CLONE_FS)) in copy_process()1291 if ((clone_flags & (CLONE_NEWUSER | CLONE_NEWPID)) || in copy_process()1885 CLONE_NEWUSER|CLONE_NEWPID)) in check_unshare_flags()1969 if (unshare_flags & CLONE_NEWUSER) in SYSCALL_DEFINE1()
123 if (!(unshare_flags & CLONE_NEWUSER)) in unshare_userns()1002 .type = CLONE_NEWUSER,
347 if (clone_flags & CLONE_NEWUSER) { in copy_creds()
113 } else if (unshare(CLONE_NEWUSER | CLONE_NEWNS) == 0) { in create_and_enter_ns()