]> git.ipfire.org Git - thirdparty/lxc.git/commit
config: remove /dev/console bind mount
authorChristian Brauner <christian.brauner@ubuntu.com>
Mon, 8 May 2017 22:39:28 +0000 (00:39 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 9 May 2017 21:24:29 +0000 (23:24 +0200)
commit2c056d383699202b560100f127f9e136e256e4a9
tree99d98fe0e1fa1992afcfd63020ab0393aeef5753
parent2a12fefd8d3475c11c45ca54f4d5261f14127bb6
config: remove /dev/console bind mount

The code in conf will bind-mount a /dev/pts/<n> device over a dummy regular
/dev/console file. If users really want /dev/console bind-mount from the host
they can request it explicitly in the containers config file. This change will
have no effect on current LX{C,D} behavior since we (as said above) overmount
the /dev/console bind-mount anyway.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
config/templates/userns.conf.in