configs: sandboxed firefox + readme - improvements
authorRobert Swiecki <robert@swiecki.net>
Sat, 27 May 2017 20:01:46 +0000 (22:01 +0200)
committerRobert Swiecki <robert@swiecki.net>
Sat, 27 May 2017 20:01:46 +0000 (22:01 +0200)
configs/firefox-with-net.cfg

index d98dc02d07e1a84cbca878aaee59621e486a2dab..793f2a543b8bf05e5283fded50095fd69e9929f9 100644 (file)
@@ -109,11 +109,18 @@ mount {
        is_bind: false
 }
 
+mount {
+       dst: "/home/jagger/"
+       fstype: "tmpfs"
+       is_ro: false
+}
+
 mount {
        src: "/home/jagger/Documents"
        dst: "/home/jagger/Documents"
-       fstype: "tmpfs"
        is_ro: false
+       is_bind: true
+       mandatory: false
 }
 
 mount {
@@ -121,6 +128,7 @@ mount {
        dst: "/home/jagger/.mozilla"
        is_bind: true
        is_ro: false
+       mandatory: false
 }
 
 mount {