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:
e5ddbcc
)
Remove /bin, /usr/bin mount from test configuration
author
Kunhoon Baik
<knhoon.baik@samsung.com>
Fri, 10 Sep 2021 08:20:59 +0000
(17:20 +0900)
committer
Kunhoon Baik
<knhoon.baik@samsung.com>
Fri, 10 Sep 2021 08:20:59 +0000
(17:20 +0900)
For minimal expose of executable binary
test/runner-sandbox.cfg
patch
|
blob
|
history
diff --git
a/test/runner-sandbox.cfg
b/test/runner-sandbox.cfg
index f34463f38c8297a19c6323a73ea412b167e9f105..331a42d687156483299f557f5e4e964b95bcb9df 100644
(file)
--- a/
test/runner-sandbox.cfg
+++ b/
test/runner-sandbox.cfg
@@
-73,15
+73,6
@@
mount {
rw: false
}
-mount {
- src: "/bin"
- dst: "/bin"
- is_bind: true
- nosuid: true
- nodev: true
- rw: false
-}
-
mount {
src: "/usr/share"
dst: "/usr/share"
@@
-100,15
+91,6
@@
mount {
rw: false
}
-mount {
- src: "/usr/bin"
- dst: "/usr/bin"
- is_bind: true
- nosuid: true
- nodev: true
- rw: false
-}
-
mount {
src: "/dev"
dst: "/dev"