Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A “working minimal” sudoers file taken from a customer estate for Generic Linux is

Code Block
languagebash
titleLinux Sudoers file
Sudoers:
User_Alias  IQUATE      = iquate

#User       Machine         WhoAs  Options   Command
IQUATE         ALL           = (root) NOPASSWD: /usr/sbin/dmidecode*, \
                                                /bin/cat*, \
                                                /bin/find*, \
                                                /sbin/ifconfig*, \
                                                /usr/bin/tail*, \
                                                /usr/bin/grep*, \
                                                /usr/bin/locate*, \
                                                /usr/sbin/lsof*, \
                                                /bin/ls*

For AIX hosts in the same customer environment the SUDOers file was as follows

...