configs/home-documents-with-xorg-no-net: add /dev/null 1.4
authorRobert Swiecki <robert@swiecki.net>
Mon, 29 May 2017 17:24:14 +0000 (19:24 +0200)
committerRobert Swiecki <robert@swiecki.net>
Mon, 29 May 2017 17:24:14 +0000 (19:24 +0200)
configs/home-documents-with-xorg-no-net.cfg

index 28a9139849b7313ec55bc310d5e81e92fdb64a55..0bbb6457c5a9ae30b66853057fc00f2fb51f6281 100644 (file)
@@ -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"