daily pastebin goal
32%
SHARE
TWEET

Untitled

a guest Feb 16th, 2017 89 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # This file MUST be edited with the 'visudo' command as root.
  2. #
  3. # Please consider adding local content in /etc/sudoers.d/ instead of
  4. # directly modifying this file.
  5. #
  6. # See the man page for details on how to write a sudoers file.
  7. #
  8. Defaults
  9. Defaults    env_reset
  10. Defaults    mail_badpass
  11. secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap$
  12.  
  13. # Host alias specification
  14.  
  15. # User alias specification
  16.  
  17. # Cmnd alias specification
  18.  
  19. # User privilege specification
  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. #includedir /etc/sudoers.d
  30.  
  31. user ALL=(ALL) NOPASSWD: /usr/bin/airvpn
RAW Paste Data
Top