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