aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/test/ipc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux/test/ipc')
-rw-r--r--sys/linux/test/ipc5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/linux/test/ipc b/sys/linux/test/ipc
new file mode 100644
index 000000000..64d46355b
--- /dev/null
+++ b/sys/linux/test/ipc
@@ -0,0 +1,5 @@
+# Large sem sets must be prohibited in the main ipc namespace.
+
+semget$private(0x0, 0x4000, 0x0) # EINVAL
+unshare(0x8000000)
+semget$private(0x0, 0x4000, 0x0)