Advertisement
Marion001

MagicMirror /etc/sudoers

Sep 14th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.91 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    mail_badpass
  11. Defaults    secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/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. pi  ALL=(ALL:ALL) ALL
  22.  
  23. # Members of the admin group may gain root privileges
  24. %wheel ALL=(ALL) ALL
  25. %pi   ALL=(ALL) ALL
  26.  
  27. # Allow members of group sudo to execute any command
  28. pi  ALL=(ALL:ALL) ALL
  29.  
  30. # See sudoers(5) for more information on "#include" directives:
  31.  
  32. #includedir /etc/sudoers.d
  33. #pi ALL=(ALL) NOPASSWD: /usr/bin/psd-overlay-helper, /sbin/reboot, /usr/bin/pm2
  34. pi ALL=(ALL) NOPASSWD: ALL
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement