Sudo and limited rights

Thomas Moschny thomas.moschny at gmail.com
Mon Oct 31 12:27:56 UTC 2011


2011/10/31 Patrick Boutilier <boutilpj at ednet.ns.ca>:
> [...]
> setfacl -R -m u:$user:r /var/log/
> setfacl -d -R -m u:$user:r /var/log/

You also need to set x bits (note capital X):
setfacl -R -m u:$user:rX /var/log/
setfacl -d -R -m u:$user:rX /var/log/

- Thomas


More information about the kde mailing list