]> git.proxmox.com Git - mirror_lxc.git/blobdiff - config/templates/common.conf.in
confile: rename lxc.devttydir to lxc.tty.dir
[mirror_lxc.git] / config / templates / common.conf.in
index 80f31ced081a46b0e8f856b16dbaf7520232063a..a0134848902f5ef86ecf3d70daa8b5abfd496bed 100644 (file)
@@ -1,7 +1,7 @@
 # Default configuration shared by all containers
 
 # Setup the LXC devices in /dev/lxc/
-lxc.devttydir = lxc
+lxc.tty.dir = lxc
 
 # Allow for 1024 pseudo terminals
 lxc.pts = 1024
@@ -10,10 +10,7 @@ lxc.pts = 1024
 lxc.tty = 4
 
 # Drop some harmful capabilities
-lxc.cap.drop = mac_admin mac_override sys_time sys_module
-
-# Set the pivot directory
-lxc.pivotdir = lxc_putold
+lxc.cap.drop = mac_admin mac_override sys_time sys_module sys_rawio
 
 # Ensure hostname is changed on clone
 lxc.hook.clone = @LXCHOOKDIR@/clonehostname