]> git.proxmox.com Git - mirror_lxc.git/blob - config/templates/archlinux.common.conf.in
confile: namespace lxc.signal keys
[mirror_lxc.git] / config / templates / archlinux.common.conf.in
1 # This derives from the global common config
2 lxc.include = @LXCTEMPLATECONFIG@/common.conf
3
4 # Allow for 6 tty devices by default
5 lxc.tty = 6
6
7 # Set the halt/stop signals
8 lxc.signal.halt=SIGRTMIN+4
9 lxc.signal.stop=SIGRTMIN+14
10
11 # Uncomment to disable creating tty devices subdirectory in /dev
12 # lxc.devttydir =
13
14 # Capabilities
15 # Uncomment these if you don't run anything that needs the capability, and
16 # would like the container to run with less privilege.
17 #
18 # Dropping sys_admin disables container root from doing a lot of things
19 # that could be bad like re-mounting lxc fstab entries rw for example,
20 # but also disables some useful things like being able to nfs mount, and
21 # things that are already namespaced with ns_capable() kernel checks, like
22 # hostname(1).
23 # lxc.cap.drop = sys_admin
24 # lxc.cap.drop = net_raw # breaks dhcp/ping
25 # lxc.cap.drop = setgid # breaks login (initgroups/setgroups)
26 # lxc.cap.drop = dac_read_search # breaks login (pam unix_chkpwd)
27 # lxc.cap.drop = setuid # breaks sshd,nfs statd
28 # lxc.cap.drop = audit_control # breaks sshd (set_loginuid failed)
29 # lxc.cap.drop = audit_write
30 # lxc.cap.drop = setpcap # big big login delays in Fedora 20 systemd
31 #
32 lxc.cap.drop = setfcap sys_nice sys_pacct sys_rawio