aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-03-03 17:23:43 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-03-03 17:23:43 -0500
commit295a207490bb7338d6f1ad89830620da2597ebdc (patch)
tree6c9abb217ae181ec8266a4125a6db1b684038990 /test
parenttesting firecfg (diff)
downloadfirejail-295a207490bb7338d6f1ad89830620da2597ebdc.tar.gz
firejail-295a207490bb7338d6f1ad89830620da2597ebdc.tar.zst
firejail-295a207490bb7338d6f1ad89830620da2597ebdc.zip
testing: moving apparmor out from filters group
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)"