From 2fbddd9bf3f76ff12ca954f7484ca6ff1cdd3bd2 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 26 Aug 2015 08:20:03 -0400 Subject: Fixed overlay on Arch linux; minor cleanups --- todo | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'todo') diff --git a/todo b/todo index a26ced08a..ec3c69b45 100644 --- a/todo +++ b/todo @@ -1,2 +1,28 @@ 1. Deal with .purple directory. It holds the confiig files for pidgin +2. Startup warnings on Arch Linux: + +(all fine here) +$ ./firejail +Parent pid 2495, child pid 2496 +Child process initialized +$ + +(warnings) +$ ./firejail --overlay +Parent pid 2500, child pid 2501 +OverlayFS configured in /home/ablive/.firejail/2500 directory +Warning: /var/lock not mounted +Warning: cannot find /var/run/utmp +Warning: failed to unmount /sys +Child process initialized +$ + +(warnings) +$ ./firejail --chroot=/media/mylinux +Parent pid 2503, child pid 2504 +Warning: cannot find /var/run/utmp +Dropping all Linux capabilities and enforcing default seccomp filter +Warning: failed to unmount /sys +Child process initialized +$ \ No newline at end of file -- cgit v1.2.3-54-g00ecf