forked from neil/lxc-templates
711ed73634
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
28 lines
861 B
Plaintext
28 lines
861 B
Plaintext
# This derives from the global common config
|
|
lxc.include = @LXCTEMPLATECONFIG@/common.conf
|
|
|
|
# Gentoo common default configuration
|
|
# This is the most feature-full container configuration
|
|
# But security is not the goal.
|
|
# Looking for more security, see gentoo.moresecure.conf
|
|
|
|
# Doesn't support consoles in /dev/lxc/
|
|
lxc.tty.dir =
|
|
|
|
# Extra cgroup device access
|
|
## rtc
|
|
lxc.cgroup.devices.allow = c 254:0 rm
|
|
## tun
|
|
lxc.cgroup.devices.allow = c 10:200 rwm
|
|
## hpet
|
|
lxc.cgroup.devices.allow = c 10:228 rwm
|
|
## kvm
|
|
lxc.cgroup.devices.allow = c 10:232 rwm
|
|
## To use loop devices, copy the following line to the container's
|
|
## configuration file (uncommented).
|
|
#lxc.cgroup.devices.allow = b 7:* rwm
|
|
|
|
# /dev/shm needs to be mounted as tmpfs. It's needed by python (bug #496328)
|
|
# and possibly other packages.
|
|
lxc.mount.entry = none dev/shm tmpfs rw,nosuid,nodev,create=dir
|