Add missing mount points to base lxc config file

This commit is contained in:
Fabio Rehm 2013-06-08 01:26:22 -03:00
parent 433cf3f9df
commit 7bd9377fa6

View file

@ -44,3 +44,7 @@ lxc.cgroup.devices.allow = c 1:7 rwm
lxc.cgroup.devices.allow = c 10:228 rwm
#kvm
lxc.cgroup.devices.allow = c 10:232 rwm
# mounts point
lxc.mount.entry = proc proc proc nodev,noexec,nosuid 0 0
lxc.mount.entry = sysfs sys sysfs defaults 0 0