12 lines
285 B
Plaintext
12 lines
285 B
Plaintext
# usbinstall sudoers.d file.
|
|
#
|
|
# 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.
|
|
#
|
|
|
|
# Cmnd alias specification
|
|
Cmnd_Alias USBINSTALL = /usr/bin/usbinstall.sh
|
|
|
|
%sysadmin ALL = NOPASSWD: USBINSTALL
|