aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/apparmor/apparmor.exp (renamed from test/filters/apparmor.exp)0
-rwxr-xr-xtest/filters/filters.sh12
2 files changed, 6 insertions, 6 deletions
diff --git a/test/filters/apparmor.exp b/test/apparmor/apparmor.exp
index a8f73c797..a8f73c797 100755
--- a/test/filters/apparmor.exp
+++ b/test/apparmor/apparmor.exp
diff --git a/test/filters/filters.sh b/test/filters/filters.sh
index 1d145ac4b..2d115db1b 100755
--- a/test/filters/filters.sh
+++ b/test/filters/filters.sh
@@ -13,12 +13,12 @@ if [[ -f /etc/debian_version ]]; then
13fi 13fi
14export PATH="$PATH:/usr/lib/firejail:/usr/lib64/firejail" 14export PATH="$PATH:/usr/lib/firejail:/usr/lib64/firejail"
15 15
16if [[ -f /sys/kernel/security/apparmor/profiles ]]; then 16#if [[ -f /sys/kernel/security/apparmor/profiles ]]; then
17 echo "TESTING: apparmor (test/filters/apparmor.exp)" 17# echo "TESTING: apparmor (test/filters/apparmor.exp)"
18 ./apparmor.exp 18# ./apparmor.exp
19else 19#else
20 echo "TESTING SKIP: no apparmor support in Linux kernel (test/filters/apparmor.exp)" 20# echo "TESTING SKIP: no apparmor support in Linux kernel (test/filters/apparmor.exp)"
21fi 21#fi
22 22
23if [[ $(uname -m) == "x86_64" ]]; then 23if [[ $(uname -m) == "x86_64" ]]; then
24 echo "TESTING: memory-deny-write-execute (test/filters/memwrexe.exp)" 24 echo "TESTING: memory-deny-write-execute (test/filters/memwrexe.exp)"