From fafef711adee5605d130ba62c4cf4419fd357c5f Mon Sep 17 00:00:00 2001 From: Robert Swiecki Date: Sun, 20 Jan 2019 21:41:10 +0100 Subject: [PATCH] configs/xorg: add /dev/[u]random --- configs/home-documents-with-xorg-no-net.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/configs/home-documents-with-xorg-no-net.cfg b/configs/home-documents-with-xorg-no-net.cfg index cc2514f..b219114 100644 --- a/configs/home-documents-with-xorg-no-net.cfg +++ b/configs/home-documents-with-xorg-no-net.cfg @@ -121,6 +121,20 @@ mount { } mount { + src: "/dev/random" + dst: "/dev/random" + is_bind: true + rw: true +} + +mount { + src: "/dev/urandom" + dst: "/dev/urandom" + is_bind: true + rw: true +} + +mount { src: "/etc/passwd" dst: "/etc/passwd" is_bind: true -- 2.7.4