From: Robert Swiecki Date: Sat, 27 May 2017 20:01:46 +0000 (+0200) Subject: configs: sandboxed firefox + readme - improvements X-Git-Tag: 1.4~52 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e020c989defb409a21584fc8d086d76a3a668876;p=platform%2Fupstream%2Fnsjail.git configs: sandboxed firefox + readme - improvements --- diff --git a/configs/firefox-with-net.cfg b/configs/firefox-with-net.cfg index d98dc02..793f2a5 100644 --- a/configs/firefox-with-net.cfg +++ b/configs/firefox-with-net.cfg @@ -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 {