[SOLVED] nopasswd in sudoers seemingly ignored
by awreneau from LinuxQuestions.org on (#5PYGD)
I have a sudoers line to allow a group to view logs in a specific folder.
%groupname ALL=(ALL) NOPASSWD: /usr/bin/tail /path/to/files/*.log
when user executes the following:
sudo tail -f /path/to/files/this.log
they are still prompted for password.
visudo -f of the file does not report syntax error
thx for help
%groupname ALL=(ALL) NOPASSWD: /usr/bin/tail /path/to/files/*.log
when user executes the following:
sudo tail -f /path/to/files/this.log
they are still prompted for password.
visudo -f of the file does not report syntax error
thx for help