Advertisement
Guest User

base

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