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
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
2 matches
Mail list logo