aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/features.txt
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-02 09:10:55 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-02 09:10:55 -0500
commit09e3fdc601c6db7a3d14ce1ec107abf91ef39ed9 (patch)
tree4fdc051676edbb4e48327fa5e4b260cf6d402fe6 /test/features/features.txt
parent0.9.38 testing (diff)
downloadfirejail-09e3fdc601c6db7a3d14ce1ec107abf91ef39ed9.tar.gz
firejail-09e3fdc601c6db7a3d14ce1ec107abf91ef39ed9.tar.zst
firejail-09e3fdc601c6db7a3d14ce1ec107abf91ef39ed9.zip
0.9.38 testing
Diffstat (limited to 'test/features/features.txt')
-rw-r--r--test/features/features.txt36
1 files changed, 6 insertions, 30 deletions
diff --git a/test/features/features.txt b/test/features/features.txt
index 1dedff357..0c41090aa 100644
--- a/test/features/features.txt
+++ b/test/features/features.txt
@@ -9,11 +9,7 @@ C - chroot filesystem
91. Default features (tesing with --noprofile) 91. Default features (tesing with --noprofile)
10 10
111.1 disable /boot 111.1 disable /boot
12 - N, O, C
13
141.2 new /proc 121.2 new /proc
15 - N, O, C
16
171.3 new /sys 131.3 new /sys
18 - N, O fails remount, C fails remount 14 - N, O fails remount, C fails remount
19 15
@@ -23,49 +19,23 @@ C - chroot filesystem
23 - /etc/group: N, O, C to test 19 - /etc/group: N, O, C to test
24 20
251.5 PID namespace 211.5 PID namespace
26 - N, O, C
27
281.6 new /var/log 221.6 new /var/log
29 - N, O, C
30
311.7 new /var/tmp 231.7 new /var/tmp
32 -N, O, C
33
341.8 disable /etc/firejail and ~/.config/firejail 241.8 disable /etc/firejail and ~/.config/firejail
35 -N, O, C
36
371.9 mount namespace 251.9 mount namespace
38
391.10 disable /selinux 261.10 disable /selinux
40 - N, O, C
41
42
43 27
442. Networking features 282. Networking features
45 29
462.1 Hostname (use --hostname=newhostname, do a ping and cat /etc/hostname) 302.1 Hostname (use --hostname=newhostname, do a ping and cat /etc/hostname)
47 - N, O, C
48 - ping disabled for C by default seccomp filter, use "getent hosts bingo" 31 - ping disabled for C by default seccomp filter, use "getent hosts bingo"
49 32
502.2 DNS (use --dns=4.2.2.1, use "dig google.com") 332.2 DNS (use --dns=4.2.2.1, use "dig google.com")
51 - N, O, C
52
532.3 mac-vlan (use --net=eth0 and --noprofile; run ifconfig and dig google.com) 342.3 mac-vlan (use --net=eth0 and --noprofile; run ifconfig and dig google.com)
54 - N, O, C
55 - test --ip: N, O, C
56
572.4 bridge (use --net=br0 and --noprofile; run ifconfig, netstat -rn, ping default gw) 352.4 bridge (use --net=br0 and --noprofile; run ifconfig, netstat -rn, ping default gw)
58 - N, O, C
59 - ping disabled for C by default seccomp filter - transfer test not implemented for C 36 - ping disabled for C by default seccomp filter - transfer test not implemented for C
60 - test --ip: N, O, C
61
622.5 interface 372.5 interface
63 - N, O, C
64
652.6 Default gw (--noprofile --net=eth0 --defaultgw=192.168.1.10, run netstat -rn) 382.6 Default gw (--noprofile --net=eth0 --defaultgw=192.168.1.10, run netstat -rn)
66 - N, O, C
67
68
69 39
703. Filesystem features (use --noprofile) 403. Filesystem features (use --noprofile)
71 41
@@ -73,3 +43,9 @@ C - chroot filesystem
733.2 read-only 433.2 read-only
743.3 blacklist 443.3 blacklist
753.4 whitelist home 453.4 whitelist home
463.5 private-dev
47 - O, C - somehow /dev/log is missing
483.6 private-etc
49 - O not working
50
51 \ No newline at end of file