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:
3443d19
)
configs: smaller profile for xorg tools
author
Robert Swiecki
<robert@swiecki.net>
Sun, 28 May 2017 13:27:13 +0000
(15:27 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Sun, 28 May 2017 13:27:13 +0000
(15:27 +0200)
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 092dcf2bbe307c7813ea5ff3352ecb3773d65018..c8a0de6f3efdcffa74dbbc61ddb548275b58038b 100644
(file)
--- a/
configs/home-documents-with-xorg-no-net.cfg
+++ b/
configs/home-documents-with-xorg-no-net.cfg
@@
-30,6
+30,20
@@
mount {
is_bind: true
}
+mount {
+ src: "/lib64"
+ dst: "/lib64"
+ is_bind: true
+ mandatory: false
+}
+
+mount {
+ src: "/lib32"
+ dst: "/lib32"
+ is_bind: true
+ mandatory: false
+}
+
mount {
src: "/bin"
dst: "/bin"
@@
-37,27
+51,33
@@
mount {
}
mount {
- src: "/
s
bin"
- dst: "/
s
bin"
+ src: "/
usr/
bin"
+ dst: "/
usr/
bin"
is_bind: true
}
mount {
- src: "/usr"
- dst: "/usr"
+ src: "/usr
/share
"
+ dst: "/usr
/share
"
is_bind: true
}
mount {
- src: "/lib64"
- dst: "/lib64"
+ src: "/usr/lib"
+ dst: "/usr/lib"
+ is_bind: true
+}
+
+mount {
+ src: "/usr/lib64"
+ dst: "/usr/lib64"
is_bind: true
mandatory: false
}
mount {
- src: "/lib32"
- dst: "/lib32"
+ src: "/
usr/
lib32"
+ dst: "/
usr/
lib32"
is_bind: true
mandatory: false
}