From 31fc335d7c12b81b54063439f70fee090b6f07a4 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 31 Jan 2019 10:03:46 +0100 Subject: sys/linux/test: fix constraints in ipc test --- sys/linux/test/ipc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/linux/test/ipc') diff --git a/sys/linux/test/ipc b/sys/linux/test/ipc index 64d46355b..5dc551abc 100644 --- a/sys/linux/test/ipc +++ b/sys/linux/test/ipc @@ -1,4 +1,6 @@ # Large sem sets must be prohibited in the main ipc namespace. +# There is no restriction without sandbox. Setuid can't do unshare. +# requires: -sandbox= -sandbox=setuid semget$private(0x0, 0x4000, 0x0) # EINVAL unshare(0x8000000) -- cgit mrf-deployment