Advertisement
Guest User

Untitled

a guest
Jul 17th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1.  
  2. Defaults env_reset
  3.  
  4. # Host alias specification
  5.  
  6. # User alias specification
  7.  
  8. # Cmnd alias specification
  9.  
  10. # User privilege specification
  11. root ALL=(ALL) ALL
  12.  
  13. # Allow members of group sudo to execute any command after they have
  14. # provided their password
  15. # (Note that later entries override this, so you might need to move
  16. # it further down)
  17. %sudo ALL=(ALL) ALL
  18. #
  19. #includedir /etc/sudoers.d
  20.  
  21. # Members of the admin group may gain root privileges
  22. %admin ALL=(ALL) ALL
  23. %office ALL=(ALL) /home/office/classi-backup *
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement