From: Robert Swiecki Date: Sun, 28 May 2017 01:30:27 +0000 (+0200) Subject: configs/firefox: add /usr/bin/firefox bind mount X-Git-Tag: 1.4~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0585f0819d570bdbe86a8dbf12c0cb7d5b36e74e;p=platform%2Fupstream%2Fnsjail.git configs/firefox: add /usr/bin/firefox bind mount --- diff --git a/configs/firefox-with-net.cfg b/configs/firefox-with-net.cfg index ff25c30..bcda33b 100644 --- a/configs/firefox-with-net.cfg +++ b/configs/firefox-with-net.cfg @@ -68,6 +68,12 @@ mount { is_bind: true } +mount { + src: "/usr/bin/firefox" + dst: "/usr/bin/firefox" + is_bind: true +} + mount { src: "/usr/share" dst: "/usr/share"