/silverlining/server-root/etc/sudoers

https://bitbucket.org/ianb/silverlining/ · #! · 25 lines · 17 code · 8 blank · 0 comment · 0 complexity · fb31486ad3b3f8235efa69df1fb3e729 MD5 · raw file

  1. # /etc/sudoers
  2. #
  3. # This file MUST be edited with the 'visudo' command as root.
  4. #
  5. # See the man page for details on how to write a sudoers file.
  6. #
  7. Defaults env_reset
  8. # Host alias specification
  9. # User alias specification
  10. # Cmnd alias specification
  11. # User privilege specification
  12. root ALL=(ALL) ALL
  13. # Uncomment to allow members of group sudo to not need a password
  14. # (Note that later entries override this, so you might need to move
  15. # it further down)
  16. # %sudo ALL=NOPASSWD: ALL
  17. www-mgr ALL=(www-data) NOPASSWD: ALL