Fixed typo in doas.conf.sample and added nopass example

This commit is contained in:
Adam Labus 2023-03-28 20:49:22 +02:00
parent 4bba105ec0
commit df0e4223c9

View file

@ -5,7 +5,10 @@
# Permit members of the wheel group to perform actions as root.
permit :wheel
# Permit user alice to run commands a root user.
# Same without having to enter the password
permit nopass :wheel
# Permit user alice to run commands as a root user.
permit alice as root
# Permit user bob to run programs as root, maintaining