2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

added support for NOPASSWD and "runas" from garp@opustel.com

/
This commit is contained in:
Todd C. Miller 1996-04-28 01:04:50 +00:00
parent aa92ab8df5
commit 1d93314f9a

View File

@ -72,3 +72,9 @@ jim +biglab=ALL
# users in the secretaries netgroup need to help manage the printers
+secretaries ALL=PRINTING
# Additional options
# fred can run /bin/ls as oracle by specifying -u oracle on command line
# he can also run command /bin/date as uid -2 without entering passwd
fred ALL=(oracle) /bin/ls,(#-2) NOPASSWD:/bin/date