Commit 719c46e1 by dlezcano

Allow to use /dev/ptmx

From: Daniel Lezcano <dlezcano@fr.ibm.com> Added /dev/ptmx to the devices.allow list. Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 94d12f0a
...@@ -146,6 +146,7 @@ lxc.cgroup.devices.allow = c 1:8 rwm ...@@ -146,6 +146,7 @@ lxc.cgroup.devices.allow = c 1:8 rwm
# /dev/pts/* - pts namespaces are "coming soon" # /dev/pts/* - pts namespaces are "coming soon"
lxc.cgroup.devices.allow = c 136:* rwm lxc.cgroup.devices.allow = c 136:* rwm
lxc.cgroup.devices.allow = c 5:2 rwm
# rtc # rtc
lxc.cgroup.devices.allow = c 254:0 rwm lxc.cgroup.devices.allow = c 254:0 rwm
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment