doas/doas.conf.sample

23 lines
681 B
Plaintext
Raw Normal View History

# Sample file for doas
# Please see doas.conf manual page for information on setting
# up a doas.conf file.
# Permit members of the wheel group to perform actions as root.
permit :wheel
# Permit user alice to run commands a root user.
permit alice as root
# Permit user bob to run programs as root, maintaining
2020-10-05 07:36:35 +00:00
# environment variables. Useful for GUI applications.
permit keepenv bob as root
# Permit user cindy to run only the pkg package manager as root
# to perform package updates and upgrades.
permit cindy as root cmd pkg args update
permit cindy as root cmd pkg args upgrade
# Allow david to run id command as root without logging it
permit nolog david as root cmd id