projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6256cb9
)
configs: sandboxed firefox + readme - improvements
author
Robert Swiecki
<robert@swiecki.net>
Sat, 27 May 2017 20:01:46 +0000
(22:01 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Sat, 27 May 2017 20:01:46 +0000
(22:01 +0200)
configs/firefox-with-net.cfg
patch
|
blob
|
history
diff --git
a/configs/firefox-with-net.cfg
b/configs/firefox-with-net.cfg
index d98dc02d07e1a84cbca878aaee59621e486a2dab..793f2a543b8bf05e5283fded50095fd69e9929f9 100644
(file)
--- 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 {