aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rw-r--r--todo20
1 files changed, 20 insertions, 0 deletions
diff --git a/todo b/todo
index b631e6a06..d47a47fd0 100644
--- a/todo
+++ b/todo
@@ -55,3 +55,23 @@ Warning: seccomp file not found
55Warning: seccomp disabled, it requires a Linux kernel version 3.5 or newer. 55Warning: seccomp disabled, it requires a Linux kernel version 3.5 or newer.
56$ ls ~ <----------------- all files are available, the directory is not empty! 56$ ls ~ <----------------- all files are available, the directory is not empty!
57 57
5810. Posibly capabilities broken for --join
59
60$ firejail --name=test
61...
62$ firejail --debug --join=test
63Switching to pid 18591, the first child process inside the sandbox
64User namespace detected: /proc/18591/uid_map, 1000, 1000
65Set caps filter 0
66Set protocol filter: unix,inet,inet6
67Read seccomp filter, size 792 bytes
68
69However, in the join sandbox we have:
70$ cat /proc/self/status | grep Cap
71CapInh: 0000000000000000
72CapPrm: 0000000000000000
73CapEff: 0000000000000000
74CapBnd: 0000003fffffffff
75CapAmb: 0000000000000000
76
7711. net_netfilter.exp broken