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:
fa2796f
)
configs: add /dev/shm
author
Robert Swiecki
<robert@swiecki.net>
Tue, 20 Jun 2017 01:14:09 +0000
(
03:14
+0200)
committer
Robert Swiecki
<robert@swiecki.net>
Tue, 20 Jun 2017 01:14:09 +0000
(
03:14
+0200)
configs/bash-with-fake-geteuid.cfg
patch
|
blob
|
history
configs/firefox-with-cloned-net.cfg
patch
|
blob
|
history
configs/firefox-with-net.cfg
patch
|
blob
|
history
configs/home-documents-with-xorg-no-net.cfg
patch
|
blob
|
history
diff --git
a/configs/bash-with-fake-geteuid.cfg
b/configs/bash-with-fake-geteuid.cfg
index 33311745784a12932f06a48abd0d48fd1148c20d..86f75f171caf60263eb4812b6805d0efb5c33488 100644
(file)
--- a/
configs/bash-with-fake-geteuid.cfg
+++ b/
configs/bash-with-fake-geteuid.cfg
@@
-121,6
+121,13
@@
mount {
is_bind: false
}
+mount {
+ dst: "/dev/shm"
+ fstype: "tmpfs"
+ rw: true
+ is_bind: false
+}
+
mount {
dst: "/dev"
fstype: "tmpfs"
diff --git
a/configs/firefox-with-cloned-net.cfg
b/configs/firefox-with-cloned-net.cfg
index 58ae9ad7c6b53e4ea5ba23cc2d273215a530a949..ebe730c1b6b7007d10d03381b14953623056864c 100644
(file)
--- a/
configs/firefox-with-cloned-net.cfg
+++ b/
configs/firefox-with-cloned-net.cfg
@@
-115,6
+115,13
@@
mount {
is_bind: false
}
+mount {
+ dst: "/dev/shm"
+ fstype: "tmpfs"
+ rw: true
+ is_bind: false
+}
+
mount {
dst: "/user"
fstype: "tmpfs"
diff --git
a/configs/firefox-with-net.cfg
b/configs/firefox-with-net.cfg
index 0323debb91af18466b5ef02abb59b5bfc08a033c..efa71dc9af5761df21cb9ada156101117a93435d 100644
(file)
--- a/
configs/firefox-with-net.cfg
+++ b/
configs/firefox-with-net.cfg
@@
-101,6
+101,13
@@
mount {
is_bind: false
}
+mount {
+ dst: "/dev/shm"
+ fstype: "tmpfs"
+ rw: true
+ is_bind: false
+}
+
mount {
dst: "/user"
fstype: "tmpfs"
diff --git
a/configs/home-documents-with-xorg-no-net.cfg
b/configs/home-documents-with-xorg-no-net.cfg
index 0bbb6457c5a9ae30b66853057fc00f2fb51f6281..0c73623867df1c123979979c318aec31f631e68c 100644
(file)
--- a/
configs/home-documents-with-xorg-no-net.cfg
+++ b/
configs/home-documents-with-xorg-no-net.cfg
@@
-88,6
+88,12
@@
mount {
rw: true
}
+mount {
+ dst: "/dev/shm"
+ fstype: "tmpfs"
+ rw: true
+}
+
mount {
dst: "/user"
fstype: "tmpfs"