From: Robert Swiecki Date: Mon, 29 May 2017 17:24:14 +0000 (+0200) Subject: configs/home-documents-with-xorg-no-net: add /dev/null X-Git-Tag: 1.4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24002c606d5d32d02a8bbbd2fd4c9a7a7309a5d4;p=platform%2Fupstream%2Fnsjail.git configs/home-documents-with-xorg-no-net: add /dev/null --- diff --git a/configs/home-documents-with-xorg-no-net.cfg b/configs/home-documents-with-xorg-no-net.cfg index 28a9139..0bbb645 100644 --- a/configs/home-documents-with-xorg-no-net.cfg +++ b/configs/home-documents-with-xorg-no-net.cfg @@ -108,6 +108,13 @@ mount { rw: true } +mount { + src: "/dev/null" + dst: "/dev/null" + is_bind: true + rw: true +} + mount { src: "/etc/passwd" dst: "/etc/passwd"