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

touch f
test -e f || exit 1
adddeny "${PWD}"
unlink_static-0 -1,EPERM f || exit 1
test -e sandbox.log -a -e f