diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-03-08 07:35:32 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-03-08 09:11:14 -0400 |
commit | d4dee0ebe39627e9d3b90c312f770d7ba73a46f5 (patch) | |
tree | b5613010981c5561febfd3b6dd07076b375a5364 /tests/access-1.sh | |
parent | libsandbox: handle symlinks properly (diff) | |
download | sandbox-d4dee0ebe39627e9d3b90c312f770d7ba73a46f5.tar.gz sandbox-d4dee0ebe39627e9d3b90c312f770d7ba73a46f5.tar.bz2 sandbox-d4dee0ebe39627e9d3b90c312f770d7ba73a46f5.zip |
tests: add symlink tests and unify code
Add test cases for symlink behavior and unify some of the test code to
make adding more test cases even easier.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'tests/access-1.sh')
-rwxr-xr-x | tests/access-1.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/access-1.sh b/tests/access-1.sh new file mode 100755 index 0000000..efa1e18 --- /dev/null +++ b/tests/access-1.sh @@ -0,0 +1,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 |