sudoers



On one of our development servers, we have a number of developers
specified in /etc/sudoers:

abc ALL=(ALL) ALL
def ALL=(ALL) ALL
ghi ALL=(ALL) ALL
jkl ALL=(ALL) ALL

Now I need to restrict access to /usr/local/bin, so that only the root
user can make changes to that directory. Even the people in
/etc/sudoers should not be able to make changes to /usr/local/bin.

How can I adapt /etc/sudoers to achieve this? I've already read the man
page and will investigate, but any quick pointers will be appreciated.

Thanks.

Johan
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list



Relevant Pages