From 2b8b8e54968d068599d5800f88869efcadd316ac Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 28 Nov 2015 07:37:32 -0500 Subject: profile cleanup, addinghexchat profile --- todo | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'todo') diff --git a/todo b/todo index a55e12818..db895deef 100644 --- a/todo +++ b/todo @@ -150,3 +150,15 @@ mount tmpfs on /sys/power 20. Try --overlay on a Ubuntu 14.04 32bit.Without adding --dns, there will be no network connectivity - see issue 151 +21. Check this out: + +I was messing around with my fstab, and found out that firejail can't have /usr/bin mounted in read-only. + Here's what my fstab looks like now: + +/dev/mapper/asdf-home /home ext4 nosuid,noatime,nodev 0 2 +/dev/mapper/asdf-opt /opt ext4 discard,noatime,nosuid 0 2 +/dev/mapper/asdf-usr--bin /usr/bin ext4 defaults,nosuid,noatime,rw 0 2 +/dev/mapper/asdf-usr--local /usr/local ext4 defaults,nosuid,noatime,ro 0 2 +/dev/mapper/asdf-usr--sbin /usr/sbin ext4 defaults,nosuid,,noatime,ro 0 2 +/dev/mapper/asdf-var /var ext4 discard,noatime,nodev,nosuid 0 2 +tmpfs /tmp tmpfs noatime,nosuid,nodev,size=2G 0 1 \ No newline at end of file -- cgit v1.2.3-54-g00ecf