sudoers 669 B

123456789101112131415161718192021222324
  1. ## -*- mode: conf-unix; -*-
  2. ### Cmnd alias specification
  3. Cmnd_Alias HALT = /run/current-system/profile/sbin/reboot, \
  4. /run/current-system/profile/sbin/halt, \
  5. /run/current-system/profile/bin/suspend
  6. Cmnd_Alias VT = /run/current-system/profile/bin/chvt, \
  7. /run/current-system/profile/bin/fgconsole
  8. Cmnd_Alias X = /run/current-system/profile/bin/Xdaemon, \
  9. /run/current-system/profile/bin/Xkill
  10. ### Defaults specification
  11. Defaults env_editor
  12. Defaults:al timestamp_timeout=30
  13. ### User privilege specification
  14. root ALL=(ALL) ALL
  15. %wheel leviafan=(ALL) ALL
  16. al leviafan=NOPASSWD: HALT, VT, X