From: Kunhoon Baik Date: Fri, 10 Sep 2021 08:20:59 +0000 (+0900) Subject: Remove /bin, /usr/bin mount from test configuration X-Git-Tag: submit/tizen/20210916.083705~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d22688c7212163a92c3f5f05d1abd49f53f707e4;p=platform%2Fupstream%2Fnsjail.git Remove /bin, /usr/bin mount from test configuration For minimal expose of executable binary --- diff --git a/test/runner-sandbox.cfg b/test/runner-sandbox.cfg index f34463f..331a42d 100644 --- 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"