aboutsummaryrefslogtreecommitdiffstats
path: root/test/features
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-22 14:49:35 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-22 14:49:35 -0500
commit744a31597011a812fdfed5c78888b7c93128160c (patch)
treeb55ee848efb28e9437e1de77695a1ca9b743cd11 /test/features
parentdisable firejail configuration by default (diff)
downloadfirejail-744a31597011a812fdfed5c78888b7c93128160c.tar.gz
firejail-744a31597011a812fdfed5c78888b7c93128160c.tar.zst
firejail-744a31597011a812fdfed5c78888b7c93128160c.zip
feature testing
Diffstat (limited to 'test/features')
-rw-r--r--test/features/features.txt4
-rwxr-xr-xtest/features/test.sh3
2 files changed, 6 insertions, 1 deletions
diff --git a/test/features/features.txt b/test/features/features.txt
index a95eeef37..01941e8f8 100644
--- a/test/features/features.txt
+++ b/test/features/features.txt
@@ -32,12 +32,14 @@ C - chroot filesystem
32 -N, O, C 32 -N, O, C
33 33
341.8 disable /etc/firejail and ~/.config/firejail 341.8 disable /etc/firejail and ~/.config/firejail
35 -N, O, C
35 36
371.9 mount namespace
36 38
37 39
382. Networking features 402. Networking features
39 41
402.1 Hostname (use --hostname=bing, do a ping and cat /etc/hostname) 422.1 Hostname (use --hostname=bingo, do a ping and cat /etc/hostname)
41 - N, O, C 43 - N, O, C
42 - ping disabled for C by default seccomp filter, use "getent hosts bingo" 44 - ping disabled for C by default seccomp filter, use "getent hosts bingo"
43 45
diff --git a/test/features/test.sh b/test/features/test.sh
index 1fb7557c8..ab00f7f29 100755
--- a/test/features/test.sh
+++ b/test/features/test.sh
@@ -10,6 +10,9 @@ echo "TESTING: 1.1 new /boot"
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.4 mask other users"
14./1.4.exp
15
13echo "TESTING: 1.5 PID namespace" 16echo "TESTING: 1.5 PID namespace"
14./1.5.exp 17./1.5.exp
15 18