Guest User

Untitled

a guest
Apr 24th, 2014
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. :(
  2. #
  3. # This file MUST be edited with the 'visudo' command as root.
  4. #
  5. # Please consider adding local content in /etc/sudoers.d/ instead of
  6. # directly modifying this file.
  7. #
  8. # See the man page for details on how to write a sudoers file.
  9. #
  10. Defaults env_reset
  11. Defaults mail_badpass
  12. Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
  13.  
  14. # Host alias specification
  15.  
  16. # User alias specification
  17.  
  18. # Cmnd alias specification
  19.  
  20. # User privilege specification
  21. root ALL=(ALL:ALL) ALL
  22.  
  23. # Members of the admin group may gain root privileges
  24. %admin ALL=(ALL) ALL
  25.  
  26. # Allow members of group sudo to execute any command
  27. %sudo ALL=(ALL:ALL) ALL
  28.  
  29. # See sudoers(5) for more information on "#include" directives:
  30.  
  31. #includedir /etc/sudoers.d
Advertisement
Add Comment
Please, Sign In to add comment