I'm looking for the best way to give a group permission to view any files in /var/log, but only using cat or tail. My best guess right now is that I need to use ACL's:
setfacl -mR default:g:group:4 /var/log
Not sure how to limit them only to using cat or tail. Thanks for any suggestions.