Advertisement
Guest User

Default Sudoers File

a guest
Jan 23rd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. # /etc/sudoers
  2. #
  3. # This is the default sudoers file that comes on Debian 7.x.
  4. #
  5. # This should be a secure sudoers file configuration
  6. # Feel free to use it on any files that need it.
  7. #
  8.  
  9. Defaults env_reset
  10. Defaults mail_badpass
  11. Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  12.  
  13. # Host alias specification
  14.  
  15. # User alias specification
  16.  
  17. # Cmnd alias specification
  18.  
  19. # User privilege specification
  20. root ALL=(ALL:ALL) ALL
  21.  
  22. # Allow members of group sudo to execute any command
  23. %sudo ALL=(ALL:ALL) ALL
  24.  
  25. # See sudoers(5) for more information on "#include" directives:
  26.  
  27. #includedir /etc/sudoers.d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement