aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-root.sh
diff options
context:
space:
mode:
authorLibravatar root <root@debian>2016-01-25 14:58:27 -0500
committerLibravatar root <root@debian>2016-01-25 14:58:27 -0500
commit678cd1495457318dad39178bb646ba1b96332ddb (patch)
tree45c5396447d0b42d1a6cd224b24c34ca5744c961 /test/test-root.sh
parenttesting (diff)
downloadfirejail-678cd1495457318dad39178bb646ba1b96332ddb.tar.gz
firejail-678cd1495457318dad39178bb646ba1b96332ddb.tar.zst
firejail-678cd1495457318dad39178bb646ba1b96332ddb.zip
--tmpfs allowd only as root user
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 ac6b2ef00..66096f33a 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: tmpfs"
6./option_tmpfs.exp
7
5echo "TESTING: network interfaces" 8echo "TESTING: network interfaces"
6./net_interface.exp 9./net_interface.exp
7 10