aboutsummaryrefslogtreecommitdiffstats
path: root/test/root/root.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/root/root.sh')
-rwxr-xr-xtest/root/root.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/root/root.sh b/test/root/root.sh
index e23499d2a..406e7dc4f 100755
--- a/test/root/root.sh
+++ b/test/root/root.sh
@@ -1,7 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2 2
3# set a new firejail config file 3# set a new firejail config file
4cp firejail.config /etc/firejail/firejail.config 4#cp firejail.config /etc/firejail/firejail.config
5 5
6#******************************** 6#********************************
7# servers 7# servers
@@ -82,6 +82,10 @@ echo "TESTING: seccomp chown (test/root/seccomp-chown.exp)"
82#******************************** 82#********************************
83echo "TESTING: firejail configuration (test/root/checkcfg.exp)" 83echo "TESTING: firejail configuration (test/root/checkcfg.exp)"
84./checkcfg.exp 84./checkcfg.exp
85cp ../../etc/firejail.config /etc/firejail/.
86
87echo "TESTING: cgroup (test/root/cgroup.exp)"
88./cgroup.exp
85 89
86echo "TESTING: tmpfs (test/root/option_tmpfs.exp)" 90echo "TESTING: tmpfs (test/root/option_tmpfs.exp)"
87./option_tmpfs.exp 91./option_tmpfs.exp
@@ -116,5 +120,5 @@ else
116fi 120fi
117 121
118# restore the default config file 122# restore the default config file
119cp ../../etc/firejail.config /etc/firejail/firejail.config 123#cp ../../etc/firejail.config /etc/firejail/firejail.config
120 124