From: dlezcano Date: Fri, 20 Feb 2009 14:13:37 +0000 (+0000) Subject: Add the pts configuration for lxc-debian X-Git-Tag: lxc_0_6_0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e648e6539252c9c12840877bd2f716cd302da49;p=thirdparty%2Flxc.git Add the pts configuration for lxc-debian From: Daniel Lezcano Add the pts configuration when creating a debian container. Signed-off-by: Daniel Lezcano --- diff --git a/scripts/lxc-debian.in b/scripts/lxc-debian.in index f0d57620b..d2283863f 100755 --- a/scripts/lxc-debian.in +++ b/scripts/lxc-debian.in @@ -127,6 +127,7 @@ write_lxc_configuration() { cat < $CONFFILE lxc.utsname = $UTSNAME lxc.tty = 4 +lxc.pts = 1024 lxc.network.type = veth lxc.network.flags = up lxc.network.link = br0 @@ -145,7 +146,6 @@ lxc.cgroup.devices.allow = c 4:1 rwm # /dev/{,u}random lxc.cgroup.devices.allow = c 1:9 rwm lxc.cgroup.devices.allow = c 1:8 rwm -# /dev/pts/* - pts namespaces are "coming soon" lxc.cgroup.devices.allow = c 136:* rwm lxc.cgroup.devices.allow = c 5:2 rwm # rtc