Searched refs:CLONE_NEWNS (Results 1 – 9 of 9) sorted by relevance
29 #if !(defined(CLONE_NEWNS) || (defined(HAVE_DECL_CLONE_NEWNS) && HAVE_DECL_CLONE_NEWNS))30 # define CLONE_NEWNS 0x00020000 macro89 XLAT(CLONE_NEWNS),
10 CLONE_NEWNS 0x00020000
16 #define CLONE_NEWNS 0x00020000 /* New mount namespace group */ macro
81 case CLONE_NEWNS: in KernelSupportsUnprivilegedNamespace()
119 CLONE_NEWNS, CLONE_NEWIPC}, f = 0; in unshare_main()
37 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
66 if (unshare(CLONE_NEWNS) < 0) { in netns_switch()
755 if (unshare(CLONE_NEWNS) < 0) { in main()
1336 if (j->flags.enter_vfs && setns(j->mountns_fd, CLONE_NEWNS)) in minijail_enter()1340 if (unshare(CLONE_NEWNS)) in minijail_enter()