]> git.proxmox.com Git - lxc.git/blame - config/gentoo.common.conf.in
buildsys: fix source tarball generation directory level one-off
[lxc.git] / config / gentoo.common.conf.in
CommitLineData
f49c89ac
WB
1# This derives from the global common config
2lxc.include = @LXCTEMPLATECONFIG@/common.conf
3
4# Gentoo common default configuration
5# This is the most feature-full container configuration
6# But security is not the goal.
7# Looking for more security, see gentoo.moresecure.conf
8
9# Doesn't support consoles in /dev/lxc/
10lxc.tty.dir =
11
12# Extra cgroup device access
13## rtc
14lxc.cgroup.devices.allow = c 254:0 rm
15## tun
16lxc.cgroup.devices.allow = c 10:200 rwm
17## hpet
18lxc.cgroup.devices.allow = c 10:228 rwm
19## kvm
20lxc.cgroup.devices.allow = c 10:232 rwm
21## To use loop devices, copy the following line to the container's
22## configuration file (uncommented).
23#lxc.cgroup.devices.allow = b 7:* rwm
24
25# /dev/shm needs to be mounted as tmpfs. It's needed by python (bug #496328)
26# and possibly other packages.
27lxc.mount.entry = none dev/shm tmpfs rw,nosuid,nodev,create=dir