Commit 6bd3f98c by Natanael Copa Committed by Serge Hallyn

lxc-alpine: allow /dev/full

The template creates /dev/full for the container but needs also give permission to access it. Signed-off-by: 's avatarNatanael Copa <ncopa@alpinelinux.org> Signed-off-by: 's avatarSerge Hallyn <serge.hallyn@ubuntu.com>
parent 69733b5d
......@@ -197,9 +197,10 @@ lxc.cap.drop = sys_module mac_admin mac_override sys_time
# devices
lxc.cgroup.devices.deny = a
# /dev/null and zero
# /dev/null, zero and full
lxc.cgroup.devices.allow = c 1:3 rwm
lxc.cgroup.devices.allow = c 1:5 rwm
lxc.cgroup.devices.allow = c 1:7 rwm
# consoles
lxc.cgroup.devices.allow = c 5:1 rwm
lxc.cgroup.devices.allow = c 5: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