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 e45d86eba..b631e6a06 100644
--- a/todo
+++ b/todo
@@ -35,3 +35,23 @@ socat ABSTRACT-LISTEN:/tmp/dbus-awBoQTCc,fork UNIX-CONNECT:/tmp/mysock
358. profile for dillo 358. profile for dillo
36Also, in dillo open a directory (file:///etc), when the browser window is closed the sandbox still remains active. 36Also, in dillo open a directory (file:///etc), when the browser window is closed the sandbox still remains active.
37This is probably a dillo problem. 37This is probably a dillo problem.
38
399. --force sandbox in a overlayfs sandbox
40
41$ sudo firejail --overlay
42# su netblue
43$ xterm &
44$ firejail --force --private
45Parent pid 77, child pid 78
46Warning: failed to unmount /sys
47
48Warning: cannot mount a new user namespace, going forward without it...
49Child process initialized
50
51Try to join the forced sandbox in xterm window:
52$ firejail --join=77
53Switching to pid 78, the first child process inside the sandbox
54Warning: seccomp file not found
55Warning: seccomp disabled, it requires a Linux kernel version 3.5 or newer.
56$ ls ~ <----------------- all files are available, the directory is not empty!
57