summaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-06 10:14:35 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-06 10:14:35 -0400
commitad9cb9724701e5aba9e90d3dbf00f9b89e335e3c (patch)
tree8d732ddadcb0c320744c2417a5845aa3113c7b9e /test/test.sh
parentgrsecurity: --seccomp.print (diff)
downloadfirejail-ad9cb9724701e5aba9e90d3dbf00f9b89e335e3c.tar.gz
firejail-ad9cb9724701e5aba9e90d3dbf00f9b89e335e3c.tar.zst
firejail-ad9cb9724701e5aba9e90d3dbf00f9b89e335e3c.zip
grsecurity: --protocol.print
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/test.sh b/test/test.sh
index 34a079d07..c8720044a 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -6,12 +6,15 @@
6 6
7./fscheck.sh 7./fscheck.sh
8 8
9echo "TESTING: caps.print (caps-print.exp) 9echo "TESTING: caps.print (caps-print.exp)"
10./caps-print.exp 10./caps-print.exp
11 11
12echo "TESTING: seccomp.print (seccomp-print.exp) 12echo "TESTING: seccomp.print (seccomp-print.exp)"
13./seccomp-print.exp 13./seccomp-print.exp
14 14
15echo "TESTING: protocol.print (protocol-print.exp)"
16./protocol-print.exp
17
15echo "TESTING: sound (sound.exp)" 18echo "TESTING: sound (sound.exp)"
16./sound.exp 19./sound.exp
17 20