aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-09-26 09:54:55 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-09-26 09:54:55 -0400
commit444207531c1280803dca864fad5c7208fade90d7 (patch)
treed434ecafcefc2f7fc17a637c792e2ee98055389e /test/test.sh
parent./configure --enable-fatal-warnings (diff)
downloadfirejail-444207531c1280803dca864fad5c7208fade90d7.tar.gz
firejail-444207531c1280803dca864fad5c7208fade90d7.tar.zst
firejail-444207531c1280803dca864fad5c7208fade90d7.zip
seccomp testing
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 8d49468b3..61dd58f9e 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -261,6 +261,9 @@ fi
261echo "TESTING: seccomp debug" 261echo "TESTING: seccomp debug"
262./seccomp-debug.exp 262./seccomp-debug.exp
263 263
264echo "TESTING: seccomp errno"
265./seccomp-errno.exp
266
264echo "TESTING: seccomp su" 267echo "TESTING: seccomp su"
265./seccomp-su.exp 268./seccomp-su.exp
266 269