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.txt64
1 files changed, 64 insertions, 0 deletions
diff --git a/test/features/features.txt b/test/features/features.txt
new file mode 100644
index 000000000..a95eeef37
--- /dev/null
+++ b/test/features/features.txt
@@ -0,0 +1,64 @@
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 new /boot
12 - N, O, C
13
141.2 new /proc
15 - N, O, C
16
171.3 new /sys
18 - N, O fails remount, C fails remount
19
201.4 mask other users
21 - home directory: N, O, C
22 - /etc/passwd: N, O, C to test
23 - /etc/group: N, O, C to test
24
251.5 PID namespace
26 - N, O, C
27
281.6 new /var/log
29 - N, O, C
30
311.7 new /var/tmp
32 -N, O, C
33
341.8 disable /etc/firejail and ~/.config/firejail
35
36
37
382. Networking features
39
402.1 Hostname (use --hostname=bing, do a ping and cat /etc/hostname)
41 - N, O, C
42 - ping disabled for C by default seccomp filter, use "getent hosts bingo"
43
442.2 DNS (use --dns=4.2.2.1, use "dig google.com")
45 - N, O, C
46
472.3 mac-vlan (use --net=eth0 and --noprofile; run ifconfig and dig google.com)
48 - N, O, C
49
502.4 bridge (use --net=br0 and --noprofile; run ifconfig, netstat -rn, ping default gw)
51 - N, O, C
52 - ping disabled for C by default seccomp filter
53
542.5 IP address (--noprofile --net=eth0 --ip=192.168.1.226 --net=br0 --ip=10.10.20.3, run ifconfig and netstat -rn)
55 - N, O, C
56
572.6 Default gw (--noprofile --net=eth0 --defaultgw=192.168.1.10, run netstat -rn)
58 - N, O, C
59
60
61
623. Filesystem features (use --noprofile)
63
64 \ No newline at end of file