Searched refs:CLONE_NEWNS (Results 1 – 7 of 7) sorted by relevance
133 if (!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()190 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()
1128 if ((clone_flags & (CLONE_NEWNS|CLONE_FS)) == (CLONE_NEWNS|CLONE_FS)) in copy_process()1669 if (unshare_flags & ~(CLONE_THREAD|CLONE_FS|CLONE_NEWNS|CLONE_SIGHAND| in check_unshare_flags()1749 if (unshare_flags & CLONE_NEWNS) in SYSCALL_DEFINE1()
150 CLONE_NEWNS151 If CLONE_NEWNS is set, the namespace of the caller is162 EPERM CLONE_NEWNS was specified by a non-root process (process243 CLONE_NEWNS is set, force CLONE_FS.
393 *err = sys_unshare(CLONE_NEWNS); in devtmpfsd()
50 where 'ns_exec -cm /bin/bash' calls clone() with CLONE_NEWNS flag and execs
16 #define CLONE_NEWNS 0x00020000 /* New namespace group? */ macro
2303 if (!(flags & CLONE_NEWNS)) in copy_mnt_ns()