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:
83cb1f2
)
configs/apache: spaces to tabs
author
Robert Swiecki
<robert@swiecki.net>
Fri, 7 Jul 2017 17:12:42 +0000
(19:12 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Fri, 7 Jul 2017 17:12:42 +0000
(19:12 +0200)
configs/apache.cfg
patch
|
blob
|
history
diff --git
a/configs/apache.cfg
b/configs/apache.cfg
index ebeb7a61d8210ddb276ef7f97ad01d0e34079baa..4735ed663c86f75a6269181229554d62b45cd736 100644
(file)
--- a/
configs/apache.cfg
+++ b/
configs/apache.cfg
@@
-73,19
+73,19
@@
mount {
rw: true
}
mount {
- src: "/dev/urandom"
- dst: "/dev/urandom"
- is_bind: true
- rw: true
+
src: "/dev/urandom"
+
dst: "/dev/urandom"
+
is_bind: true
+
rw: true
}
mount {
- dst: "/dev/shm"
- fstype: "tmpfs"
- rw: true
+
dst: "/dev/shm"
+
fstype: "tmpfs"
+
rw: true
}
mount {
- dst: "/proc"
- fstype: "proc"
+
dst: "/proc"
+
fstype: "proc"
}
mount {
src: "/lib64"