aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/filters.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-10-21 11:58:58 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-10-21 11:58:58 -0400
commitb54bc589bbaa3b158cad2e23a4e32158b1622e51 (patch)
treed5538e3902c30ea4de57ab4195393a6365fba087 /test/filters/filters.sh
parentAdd QOwnNotes profile (diff)
downloadfirejail-b54bc589bbaa3b158cad2e23a4e32158b1622e51.tar.gz
firejail-b54bc589bbaa3b158cad2e23a4e32158b1622e51.tar.zst
firejail-b54bc589bbaa3b158cad2e23a4e32158b1622e51.zip
apparmor test
Diffstat (limited to 'test/filters/filters.sh')
-rwxr-xr-xtest/filters/filters.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/filters/filters.sh b/test/filters/filters.sh
index 72d699415..917aa93b6 100755
--- a/test/filters/filters.sh
+++ b/test/filters/filters.sh
@@ -12,6 +12,12 @@ if [ -f /etc/debian_version ]; then
12fi 12fi
13export PATH="$PATH:/usr/lib/firejail:/usr/lib64/firejail" 13export PATH="$PATH:/usr/lib/firejail:/usr/lib64/firejail"
14 14
15if [ -f /sys/kernel/security/apparmor/profiles ]; then
16 echo "TESTING: apparmor (test/filters/apparmor.exp)"
17 ./apparmor.exp
18else
19 echo "TESTING SKIP: no apparmor support in Linux kernel (test/filters/apparmor.exp)"
20fi
15 21
16if [ "$(uname -m)" = "x86_64" ]; then 22if [ "$(uname -m)" = "x86_64" ]; then
17 echo "TESTING: memory-deny-write-execute (test/filters/memwrexe.exp)" 23 echo "TESTING: memory-deny-write-execute (test/filters/memwrexe.exp)"