From: Christian Brauner Date: Tue, 1 Aug 2017 23:31:16 +0000 (+0200) Subject: userns.conf: remove obsolete bind-mounts X-Git-Tag: lxc-2.1.0~33^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1725%2Fhead;p=thirdparty%2Flxc.git userns.conf: remove obsolete bind-mounts Signed-off-by: Christian Brauner --- diff --git a/config/templates/userns.conf.in b/config/templates/userns.conf.in index b43d4f3db..be4fbbc6b 100644 --- a/config/templates/userns.conf.in +++ b/config/templates/userns.conf.in @@ -4,11 +4,3 @@ lxc.cgroup.devices.allow = # We can't move bind-mounts, so don't use /dev/lxc/ lxc.tty.dir = - -# Extra bind-mounts for userns -lxc.mount.entry = /dev/full dev/full none bind,create=file 0 0 -lxc.mount.entry = /dev/null dev/null none bind,create=file 0 0 -lxc.mount.entry = /dev/random dev/random none bind,create=file 0 0 -lxc.mount.entry = /dev/tty dev/tty none bind,create=file 0 0 -lxc.mount.entry = /dev/urandom dev/urandom none bind,create=file 0 0 -lxc.mount.entry = /dev/zero dev/zero none bind,create=file 0 0