]> git.proxmox.com Git - mirror_lxc.git/blame - config/templates/alpine.common.conf.in
confile: rename lxc.devttydir to lxc.tty.dir
[mirror_lxc.git] / config / templates / alpine.common.conf.in
CommitLineData
6515faa1
JJ
1# This derives from the global common config.
2lxc.include = @LXCTEMPLATECONFIG@/common.conf
3
4# Doesn't support consoles in /dev/lxc/.
42e53c29 5lxc.tty.dir =
6515faa1
JJ
6
7# Drop another (potentially) harmful capabilities.
8lxc.cap.drop = audit_write
9lxc.cap.drop = ipc_owner
10lxc.cap.drop = mknod
6515faa1
JJ
11lxc.cap.drop = setpcap
12lxc.cap.drop = sys_nice
13lxc.cap.drop = sys_pacct
14lxc.cap.drop = sys_ptrace
15lxc.cap.drop = sys_rawio
16lxc.cap.drop = sys_resource
17lxc.cap.drop = sys_tty_config
18lxc.cap.drop = syslog
19lxc.cap.drop = wake_alarm
b5caaaa5 20
48938fe7 21# Mount /run as tmpfs.
b5caaaa5 22lxc.mount.entry=run run tmpfs rw,nodev,relatime,mode=755 0 0
48938fe7
JJ
23
24# Mount /dev/shm as tmpfs; needed for building python and possibly other packages.
25lxc.mount.entry=shm dev/shm tmpfs rw,nodev,noexec,nosuid,relatime,mode=1777,create=dir 0 0