Home
last modified time | relevance | path

Searched refs:CLONE_NEWNS (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/kernel/
Dnsproxy.c133 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()
Dfork.c1128 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()
/linux-3.4.99/Documentation/
Dunshare.txt150 CLONE_NEWNS
151 If CLONE_NEWNS is set, the namespace of the caller is
162 EPERM CLONE_NEWNS was specified by a non-root process (process
243 CLONE_NEWNS is set, force CLONE_FS.
/linux-3.4.99/drivers/base/
Ddevtmpfs.c393 *err = sys_unshare(CLONE_NEWNS); in devtmpfsd()
/linux-3.4.99/Documentation/filesystems/
Ddevpts.txt50 where 'ns_exec -cm /bin/bash' calls clone() with CLONE_NEWNS flag and execs
/linux-3.4.99/include/linux/
Dsched.h16 #define CLONE_NEWNS 0x00020000 /* New namespace group? */ macro
/linux-3.4.99/fs/
Dnamespace.c2303 if (!(flags & CLONE_NEWNS)) in copy_mnt_ns()