aboutsummaryrefslogtreecommitdiff
blob: 62cb6b706a4935afb9e574c1db26d0b2fe64aa6d (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
# make sure we catch openat with relative path
[ "${at_xfail}" = "yes" ] && exit 77 # see trace-0

export SANDBOX_LOG=$PWD/sb.log
touch f
test -e f || exit 1
adddeny "${PWD}"
unlink_static-0 -1,EPERM f
test -e sb.log -a -e f