On 8/13/19 1:53 PM, Lars Wendler wrote: > > thanks for the review. I've force-pushed the acct-user/apache commit > with ACCT_USER_HOME_OWNER being set to root:root. >
Is there any benefit to ACCT_USER_HOME=/var/www ACCT_USER_HOME_OWNER=root:root versus keepdir /var/www in the eclass? I think root:root is correct for /var/www, but setting it explicitly will clobber any existing permissions that the administrator or other packages have set. For example, if my web developers have write access to /var/www via group membership, then when I install acct-user/apache, /var/www will get set back to root:root with mode 755 and they'll be locked out temporarily.
