I'm looking for a good, consistent and easy way to do a report of sudoers permissions for every user and group on the system. For users, I want the report to include permissions granted via group membership.
Viewing user/group sudo accessYou can either
or open with the intent of editing
Logs of sudo commands/var/log/auth.log contains information on when and which commands users execute with sudo privileges. Start with:
|
|||||||||||
|
|
Each time However, you said that you were looking for a consistent and easy way. I would recommend modifying the
By, default most distributions log via the |
|||
|

sudo -l? – jw013 Mar 23 '12 at 14:13