Searched refs:CLONE_NEWIPC (Results 1 – 7 of 7) sorted by relevance
56 #if !(defined(CLONE_NEWIPC) || (defined(HAVE_DECL_CLONE_NEWIPC) && HAVE_DECL_CLONE_NEWIPC))57 # define CLONE_NEWIPC 0x08000000 macro98 XLAT(CLONE_NEWIPC),
19 CLONE_NEWIPC 0x08000000
27 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
75 case CLONE_NEWIPC: in KernelSupportsUnprivilegedNamespace()
119 CLONE_NEWNS, CLONE_NEWIPC}, f = 0; in unshare_main()
37 int x=CLONE_NEWNS|CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET;
1351 if (j->flags.ipc && unshare(CLONE_NEWIPC)) { in minijail_enter()