Skip to content

Commit

Permalink
configs/home-documents-with-xorg-no-net: add /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswiecki committed May 29, 2017
1 parent 35be622 commit 24002c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions configs/home-documents-with-xorg-no-net.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 24002c6

Please sign in to comment.