aboutsummaryrefslogtreecommitdiffstats
path: root/todo
diff options
context:
space:
mode:
Diffstat (limited to 'todo')
-rw-r--r--todo26
1 files changed, 26 insertions, 0 deletions
diff --git a/todo b/todo
index a26ced08a..ec3c69b45 100644
--- a/todo
+++ b/todo
@@ -1,2 +1,28 @@
11. Deal with .purple directory. It holds the confiig files for pidgin 11. Deal with .purple directory. It holds the confiig files for pidgin
2 2
32. Startup warnings on Arch Linux:
4
5(all fine here)
6$ ./firejail
7Parent pid 2495, child pid 2496
8Child process initialized
9$
10
11(warnings)
12$ ./firejail --overlay
13Parent pid 2500, child pid 2501
14OverlayFS configured in /home/ablive/.firejail/2500 directory
15Warning: /var/lock not mounted
16Warning: cannot find /var/run/utmp
17Warning: failed to unmount /sys
18Child process initialized
19$
20
21(warnings)
22$ ./firejail --chroot=/media/mylinux
23Parent pid 2503, child pid 2504
24Warning: cannot find /var/run/utmp
25Dropping all Linux capabilities and enforcing default seccomp filter
26Warning: failed to unmount /sys
27Child process initialized
28$ \ No newline at end of file