# This file MUST be edited with the 'visudo' command as root.
# See the sudoers man page for the details on how to write a sudoers file.

Defaults !env_reset
Defaults syslog_goodpri=debug

# root and users in group wheel can run anything on any machine as any user
root		ALL = (ALL) ALL
%wheel		ALL = (ALL) ALL

# list of allowed commands for nos user
nos		ALL = NOPASSWD:/etc/rc.d/rc.wifi
nos		ALL = NOPASSWD:/etc/rc.d/rc.bluetooth
nos		ALL = NOPASSWD:/etc/rc.d/rc.touch
nos		ALL = NOPASSWD:/usr/bin/touchinfo
nos		ALL = NOPASSWD:/bin/mount -o rw -o remount /usr
nos		ALL = NOPASSWD:/bin/mount -o ro -o remount /usr
nos		ALL = NOPASSWD:/usr/libexec/nos-hal/prepare-update

# Add specific configurations to includedir
#includedir /etc/sudoers.d
