# 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.

# User alias specification
User_Alias	PKG_BUILD_USER = %hashman

# Runas alias specification
Runas_Alias	PKG_BUILD_RUN_AS = root

# Cmnd alias specification
Cmnd_Alias	PKG_BUILD_CMD = /usr/lib/hasher-priv/hasher-priv

# User privilege specification
PKG_BUILD_USER	ALL = (PKG_BUILD_RUN_AS) NOPASSWD: PKG_BUILD_CMD
