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:
91b81f4
)
configs/xorg: add /dev/[u]random
author
Robert Swiecki
<robert@swiecki.net>
Sun, 20 Jan 2019 20:41:10 +0000
(21:41 +0100)
committer
Robert Swiecki
<robert@swiecki.net>
Sun, 20 Jan 2019 20:41:10 +0000
(21:41 +0100)
configs/home-documents-with-xorg-no-net.cfg
patch
|
blob
|
history
diff --git
a/configs/home-documents-with-xorg-no-net.cfg
b/configs/home-documents-with-xorg-no-net.cfg
index cc2514fb502e6b5e9955c1a68a5688e12e795817..b219114a78571158f37acd99b7cc3e9df3c28807 100644
(file)
--- a/
configs/home-documents-with-xorg-no-net.cfg
+++ b/
configs/home-documents-with-xorg-no-net.cfg
@@
-120,6
+120,20
@@
mount {
rw: true
}
+mount {
+ src: "/dev/random"
+ dst: "/dev/random"
+ is_bind: true
+ rw: true
+}
+
+mount {
+ src: "/dev/urandom"
+ dst: "/dev/urandom"
+ is_bind: true
+ rw: true
+}
+
mount {
src: "/etc/passwd"
dst: "/etc/passwd"