Re: [CentOS] problems with acl permissions changing ownership

2009-03-06 Thread John Doe
From: "gerhardus.geldenh...@gta-travel.com" > I then have a script that is run as the deployer user to checkout config > files from svn and copies it to /etc/httpd directory in the following > way: > cd /tmp/versioned-config; > cp -Rfp --backup --suffix=.$(date +%F_%T) apache/etc/ / > > However

[CentOS] problems with acl permissions changing ownership

2009-03-06 Thread Gerhardus.Geldenhuis
Hi I am trying to get a non privileged user to update config files for apache httpd and have attempted the following: I have set the following permissions: setfacl -m user:deployer:--x /etc/httpd setfacl -R -m u:deployer:rwx,o::--- /etc/httpd/conf.d setfacl -R -m u:deployer:rwx,o::--- /etc/http