blob: 5dc551abc1d37fcd0a8fb749978891cb8ce89f00 [file] [log] [blame]
# 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)
semget$private(0x0, 0x4000, 0x0)