From: dlezcano Date: Tue, 9 Dec 2008 10:35:37 +0000 (+0000) Subject: Allow to use /dev/ptmx X-Git-Tag: lxc_0_5_1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=719c46e12b5f25ce6329b74c0d532bfa5c6f2925;p=thirdparty%2Flxc.git Allow to use /dev/ptmx From: Daniel Lezcano Added /dev/ptmx to the devices.allow list. Signed-off-by: Daniel Lezcano --- diff --git a/scripts/lxc-debian.in b/scripts/lxc-debian.in index b252dd073..150a17cec 100755 --- a/scripts/lxc-debian.in +++ b/scripts/lxc-debian.in @@ -146,6 +146,7 @@ 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 lxc.cgroup.devices.allow = c 254:0 rwm