ACLs and yum update
Hello,
I'd like to get some pointers what I'm missing.
I'm using ACLs with no problems up to the point when 'yum update' runs, then specific ACLs are lost. Example is httpd package and dir /var/log/httpd.
ACL setup is
setfacl --modify=u:user:rwX /var/log/httpd
but after running 'yum update httpd' that ACL is not effective anymore. What setting I'm missing here ?
TIA,