blob: c232f1fb0f18f2abb2810006a2f2dc0fcd32965c (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# basic functionality check (violations are caught)
[ "${at_xfail}" = "yes" ] && exit 77 # see trace-0
adddeny $PWD
# we cant check exit status as ptrace code kills child
utimensat_static-0 -1,EACCES AT_FDCWD . NULL 0 #|| exit 1
test -s sandbox.log
|