I am running
pve-manager/4.1-2/78c5f4a2 (running kernel: 4.2.6-1-pve)
and have a problem with extended permissions (acls) being set by default on containers. This was not the case before. This might be happening after the upgrade to 4.1, but I am not sure.
When I create a new container the acls are set but default which makes problems with php-fpm sockets etc.
Example
	
	
	
		
I can set the cals of with setfacl -b -R /
How can I turn the acls off by default?
				
			pve-manager/4.1-2/78c5f4a2 (running kernel: 4.2.6-1-pve)
and have a problem with extended permissions (acls) being set by default on containers. This was not the case before. This might be happening after the upgrade to 4.1, but I am not sure.
When I create a new container the acls are set but default which makes problems with php-fpm sockets etc.
Example
		Code:
	
	root@tester:~# ls -al /var/lib
total 104
drwxr-xr-x+ 26 root    root    4096 Jun 30 10:37 .
drwxr-xr-x+ 11 root    root    4096 Jun 30 10:35 ..
drwxr-xr-x+  5 root    root    4096 Jun 30 10:36 apt
drwxr-xr-x+  2 root    root    4096 Nov  8  2014 aptitude
drwxr-xr-x+  2 root    root    4096 Jun 30 10:37 dbus
drwxr-xr-x+  2 root    root    4096 Jun 30 10:36 dhcp
drwxr-xr-x+  3 root    root    4096 Jun 30 10:37 dictionaries-common
drwxr-xr-x+  7 root    root    4096 Jun 30 10:37 dpkg
drwxr-xr-x+  2 root    root    4096 Apr  6  2015 initscripts
drwxr-xr-x+  2 root    root    4096 Apr  6  2015 insserv
drwxr-xr-x+  3 root    root    4096 Jun 30 10:37 libxml-sax-perl
drwxr-xr-x+  2 root    root    4096 Nov  8  2014 logrotate
drwxr-xr-x+  2 root    root    4096 Jun 30 10:36 man-db
drwxr-xr-x+  2 root    root    4096 May  4  2015 misc
drwxr-xr-x+  2 root    root    4096 Jun 13  2013 mlocate
drwxr-xr-x+  2 root    root    4096 Jun 30 10:36 pam
drwxr-xr-x+  2 postfix postfix 4096 Dec 29 13:32 postfix
lrwxrwxrwx   1 root    root      18 Jun 30 10:37 python-support -> /usr/lib/pymodules
drwxr-xr-x+  2 root    root    4096 Jun 30 10:37 sgml-base
drwxr-xr-x+  3 root    root    4096 Jun 30 10:36 systemd
drwxr-xr-x+  3 root    root    4096 Jun 30 10:36 tex-common
drwxr-xr-x+  3 root    root    4096 Jun 30 10:37 ucf
drwxr-xr-x+  2 root    root    4096 Nov 23  2012 update-rc.d
drwxr-xr-x+  2 root    root    4096 Apr  6  2015 urandom
drwxr-xr-x+  3 root    root    4096 Jun 30 10:36 vim
drwxr-xr-x+  2 root    root    4096 Dec 25  2013 xkb
drwxr-xr-x+  2 root    root    4096 Jun 30 10:37 xml-core
	I can set the cals of with setfacl -b -R /
How can I turn the acls off by default?
			
				Last edited: