aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-03-23 09:18:13 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-03-23 09:18:13 -0400
commit7d13ec6274b71fa1359b1ef8ebb966498e5b2f45 (patch)
tree7adfceb348c88c811ccbe6dc6e2be7fad61cbdb3 /todo
parent--quiet problem (diff)
downloadfirejail-7d13ec6274b71fa1359b1ef8ebb966498e5b2f45.tar.gz
firejail-7d13ec6274b71fa1359b1ef8ebb966498e5b2f45.tar.zst
firejail-7d13ec6274b71fa1359b1ef8ebb966498e5b2f45.zip
hide firejail run time information
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