aboutsummaryrefslogtreecommitdiff
blob: efa1e18948d0dafa7f7e9e92cf9a84b566287852 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# We should not trigger sandbox on write requests with access()

addwrite $PWD

export SANDBOX_LOG=$PWD/sb.log
access-0 -1 rwx / || exit 1
test ! -e sb.log