aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/features.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/features.txt')
-rw-r--r--test/features/features.txt61
1 files changed, 0 insertions, 61 deletions
diff --git a/test/features/features.txt b/test/features/features.txt
deleted file mode 100644
index 904803234..000000000
--- a/test/features/features.txt
+++ /dev/null
@@ -1,61 +0,0 @@
1Firejail Feature Testing
2
3N - normal user filesystem
4O - overlay filesystem
5C - chroot filesystem
6
7
8
91. Default features (tesing with --noprofile)
10
111.1 disable /boot
121.2 new /proc
131.3 new /sys
14 - N, O fails remount, C fails remount
15
161.4 mask other users
17 - home directory: N, O, C
18 - /etc/passwd: N, O, C to test
19 - /etc/group: N, O, C to test
20
211.5 PID namespace
221.6 new /var/log
231.7 new /var/tmp
241.8 disable firejail config and run time information
251.9 mount namespace
261.10 disable /selinux
27
28
292. Networking features
30
312.1 Hostname (use --hostname=newhostname, do a ping and cat /etc/hostname)
32 - ping disabled for C by default seccomp filter, use "getent hosts bingo"
33
342.2 DNS (use --dns=4.2.2.1, use "dig google.com")
352.3 mac-vlan (use --net=eth0 and --noprofile; run ifconfig and dig google.com)
362.4 bridge (use --net=br0 and --noprofile; run ifconfig, netstat -rn, ping default gw)
37 - ping disabled for C by default seccomp filter - transfer test not implemented for C
382.5 interface
392.6 Default gw (--noprofile --net=eth0 --defaultgw=192.168.1.10, run netstat -rn)
40
41
423. Filesystem features (use --noprofile)
43
443.1 private
453.2 read-only
463.3 blacklist
473.4 whitelist home
48 - N braking on Fedora
493.5 private-dev
50 - O, C - somehow /dev/log is missing
51 - N - problems on Debian wheezy 32-bit, Fedora
523.6 private-etc
53 - O not working - todo
543.7 private-tmp
553.8 private-bin
56 - O, C not working - todo
573.9 whitelist dev
58 - N not working on Debian wheezy (32-bit and 64-bit) - todo
593.10 whitelist tmp
60 - O not working on Arch Linux - todo
613.11 mkdir