aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-root.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-09-22 08:18:56 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-09-22 08:18:56 -0400
commit56bf7c836e8cbc74b36ded08429b2112096f6d8e (patch)
tree8fbcfceb69e8b51556802dcb08a2e408b4942f59 /test/test-root.sh
parentfixed macvlan problem (diff)
downloadfirejail-56bf7c836e8cbc74b36ded08429b2112096f6d8e.tar.gz
firejail-56bf7c836e8cbc74b36ded08429b2112096f6d8e.tar.zst
firejail-56bf7c836e8cbc74b36ded08429b2112096f6d8e.zip
added --interface option
Diffstat (limited to 'test/test-root.sh')
-rwxr-xr-xtest/test-root.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test-root.sh b/test/test-root.sh
index cd607b75b..fcfe32a58 100755
--- a/test/test-root.sh
+++ b/test/test-root.sh
@@ -2,6 +2,9 @@
2 2
3./chk_config.exp 3./chk_config.exp
4 4
5echo "TESTING: network interfaces"
6./net_interface.exp
7
5echo "TESTING: servers rsyslogd, sshd, nginx" 8echo "TESTING: servers rsyslogd, sshd, nginx"
6./servers.exp 9./servers.exp
7 10