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

Update file that was missed in test27 changes.

This commit is contained in:
Todd C. Miller 2021-02-26 15:06:46 -07:00
parent d51d4af7a6
commit fc9170d809

View File

@ -7,7 +7,10 @@ root ALL = (root : wheel) ALL
millert ALL = ( : wheel) ALL millert ALL = ( : wheel) ALL
# sudoRole %sudo # sudoRole %sudo
%sudo ALL = ( : wheel) ALL %sudo ALL = ( : ALL) ALL
# sudoRole operator # sudoRole operator
operator ALL = (%wheel) ALL operator ALL = (%wheel) ALL
# sudoRole +netusers
+netusers +nethosts = (+netrunas) ALL