aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-22 13:37:36 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-22 13:37:36 -0500
commit0f1a12da2881727a2e1c214e0d48aa10b546f5fc (patch)
tree418bb92e04af2099f7164be370715ce16587d0da /test/features/test.sh
parentfeature test (diff)
downloadfirejail-0f1a12da2881727a2e1c214e0d48aa10b546f5fc.tar.gz
firejail-0f1a12da2881727a2e1c214e0d48aa10b546f5fc.tar.zst
firejail-0f1a12da2881727a2e1c214e0d48aa10b546f5fc.zip
disable firejail configuration by default
Diffstat (limited to 'test/features/test.sh')
-rwxr-xr-xtest/features/test.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/features/test.sh b/test/features/test.sh
index b4ef6503a..1fb7557c8 100755
--- a/test/features/test.sh
+++ b/test/features/test.sh
@@ -4,13 +4,13 @@
4# Feature testing 4# Feature testing
5# 5#
6 6
7echo "TESTING: 1.1. new /boot" 7echo "TESTING: 1.1 new /boot"
8./1.1.exp 8./1.1.exp
9 9
10echo "TESTING: 1.2. new /proc" 10echo "TESTING: 1.2 new /proc"
11./1.2.exp 11./1.2.exp
12 12
13echo "TESTING: 1.5. PID namespace" 13echo "TESTING: 1.5 PID namespace"
14./1.5.exp 14./1.5.exp
15 15
16echo "TESTING: 1.6 new /var/log" 16echo "TESTING: 1.6 new /var/log"
@@ -19,6 +19,6 @@ echo "TESTING: 1.6 new /var/log"
19echo "TESTING: 1.7 new /var/tmp" 19echo "TESTING: 1.7 new /var/tmp"
20./1.7.exp 20./1.7.exp
21 21
22#echo "TESTING: " 22echo "TESTING: 1.8 disable /etc/firejail and ~/.config/firejail"
23#./1..exp 23./1.8.exp
24 24