Remove /bin, /usr/bin mount from test configuration
authorKunhoon Baik <knhoon.baik@samsung.com>
Fri, 10 Sep 2021 08:20:59 +0000 (17:20 +0900)
committerKunhoon 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

index f34463f38c8297a19c6323a73ea412b167e9f105..331a42d687156483299f557f5e4e964b95bcb9df 100644 (file)
@@ -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"