Searched refs:CLONE_NEWIPC (Results 1 – 9 of 9) sorted by relevance
53 if (unshare(CLONE_NEWIPC) == -1) { in main()74 if (unshare(CLONE_NEWIPC) == -1) { in main()103 if (setns(nsfd, CLONE_NEWIPC) == -1) { in main()
157 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()174 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == in copy_namespaces()175 (CLONE_NEWIPC | CLONE_SYSVSEM)) in copy_namespaces()217 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()259 if (!flags || (flags & ~(CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in check_setns_flags()277 if (flags & CLONE_NEWIPC) in check_setns_flags()435 if (flags & CLONE_NEWIPC) { in validate_nsset()513 if (flags & CLONE_NEWIPC) in commit_nsset()
2951 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()3064 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in ksys_unshare()3093 if (unshare_flags & CLONE_NEWIPC) { in ksys_unshare()
82 if (!(flags & CLONE_NEWIPC)) in copy_ipcs()220 .type = CLONE_NEWIPC,
25 #ifndef CLONE_NEWIPC26 # define CLONE_NEWIPC 0x08000000 macro
30 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
45 [PIDFD_NS_IPC] = { "ipc", CLONE_NEWIPC, },179 CLONE_NEWCGROUP | CLONE_NEWIPC | in FIXTURE_SETUP()208 CLONE_NEWCGROUP | CLONE_NEWIPC | in FIXTURE_SETUP()
149 if (flags & CLONE_NEWIPC) in copy_ipcs()
Completed in 17 milliseconds