From 24002c606d5d32d02a8bbbd2fd4c9a7a7309a5d4 Mon Sep 17 00:00:00 2001 From: Robert Swiecki Date: Mon, 29 May 2017 19:24:14 +0200 Subject: [PATCH] configs/home-documents-with-xorg-no-net: add /dev/null --- configs/home-documents-with-xorg-no-net.cfg | 7 +++++++ 1 file changed, 7 insertions(+) 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" -- 2.34.1