aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-root.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-31 13:07:38 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-31 13:07:38 -0400
commit1cb8ef59101eeaa1b325fb7f881ded148b0de1d3 (patch)
treeea114440c2236e1418a17f0e78c3050262965d98 /test/test-root.sh
parentreadme.md (diff)
downloadfirejail-1cb8ef59101eeaa1b325fb7f881ded148b0de1d3.tar.gz
firejail-1cb8ef59101eeaa1b325fb7f881ded148b0de1d3.tar.zst
firejail-1cb8ef59101eeaa1b325fb7f881ded148b0de1d3.zip
--chroot testing
Diffstat (limited to 'test/test-root.sh')
-rwxr-xr-xtest/test-root.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test-root.sh b/test/test-root.sh
index fcfe32a58..94ac3447d 100755
--- a/test/test-root.sh
+++ b/test/test-root.sh
@@ -5,6 +5,9 @@
5echo "TESTING: network interfaces" 5echo "TESTING: network interfaces"
6./net_interface.exp 6./net_interface.exp
7 7
8echo "TESTING: chroot"
9./fs_chroot_asroot.exp
10
8echo "TESTING: servers rsyslogd, sshd, nginx" 11echo "TESTING: servers rsyslogd, sshd, nginx"
9./servers.exp 12./servers.exp
10 13
@@ -46,9 +49,6 @@ echo hello > tmpfile
46./option_bind_file.exp 49./option_bind_file.exp
47rm -f tmpfile 50rm -f tmpfile
48 51
49echo "TESTING: chroot"
50./fs_chroot.exp
51
52echo "TESTING: firemon --interface" 52echo "TESTING: firemon --interface"
53./firemon-interface.exp 53./firemon-interface.exp
54 54