Home
last modified time | relevance | path

Searched refs:CLONE_NEWIPC (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/tools/testing/selftests/proc/
H A Dsetns-sysvipc.c53 if (unshare(CLONE_NEWIPC) == -1) { in main()
74 if (unshare(CLONE_NEWIPC) == -1) { in main()
103 if (setns(nsfd, CLONE_NEWIPC) == -1) { in main()
/openbmc/linux/kernel/
H A Dnsproxy.c157 if (likely(!(flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in copy_namespaces()
175 if ((flags & (CLONE_NEWIPC | CLONE_SYSVSEM)) == in copy_namespaces()
176 (CLONE_NEWIPC | CLONE_SYSVSEM)) in copy_namespaces()
219 if (!(unshare_flags & (CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in unshare_nsproxy_namespaces()
278 if (!flags || (flags & ~(CLONE_NEWNS | CLONE_NEWUTS | CLONE_NEWIPC | in check_setns_flags()
296 if (flags & CLONE_NEWIPC) in check_setns_flags()
454 if (flags & CLONE_NEWIPC) { in validate_nsset()
532 if (flags & CLONE_NEWIPC) in commit_nsset()
H A Dfork.c3311 CLONE_NEWUTS|CLONE_NEWIPC|CLONE_NEWNET| in check_unshare_flags()
3424 if (unshare_flags & (CLONE_NEWIPC|CLONE_SYSVSEM)) in ksys_unshare()
3453 if (unshare_flags & CLONE_NEWIPC) { in ksys_unshare()
/openbmc/linux/ipc/
H A Dnamespace.c110 if (!(flags & CLONE_NEWIPC)) in copy_ipcs()
253 .type = CLONE_NEWIPC,
/openbmc/linux/include/uapi/linux/
H A Dsched.h30 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
/openbmc/linux/tools/include/uapi/linux/
H A Dsched.h30 #define CLONE_NEWIPC 0x08000000 /* New ipc namespace */ macro
/openbmc/linux/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c25 #ifndef CLONE_NEWIPC
26 # define CLONE_NEWIPC 0x08000000 macro
/openbmc/linux/include/linux/
H A Dipc_namespace.h157 if (flags & CLONE_NEWIPC) in copy_ipcs()
/openbmc/linux/tools/testing/selftests/pidfd/
H A Dpidfd_setns_test.c45 [PIDFD_NS_IPC] = { "ipc", CLONE_NEWIPC, },
179 CLONE_NEWCGROUP | CLONE_NEWIPC | in FIXTURE_SETUP()
208 CLONE_NEWCGROUP | CLONE_NEWIPC | in FIXTURE_SETUP()
/openbmc/qemu/system/
H A Dqemu-seccomp.c118 FORBID_CLONE_FLAG(CLONE_NEWIPC);
242 RULE_CLONE_FLAG(CLONE_NEWIPC),
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch14 CLONE_NEWIPC, CLONE_NEWNET, CLONE_NEWNS, CLONE_NEWPID, or CLONE_NEWUTS
/openbmc/qemu/linux-user/
H A Dstrace.c1163 #if defined(CLONE_NEWIPC)
1164 FLAG_GENERIC(CLONE_NEWIPC),