2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 09:57:41 +00:00

Sync example sudoers with default sudoers

`sudoers.in` was changed by 1d13533
This commit is contained in:
dan soucy 2022-02-04 19:29:34 +00:00 committed by GitHub
parent c5133d84eb
commit 8130dc9cb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,8 +65,8 @@ Cmnd_Alias PAGERS = /usr/bin/more, /usr/bin/pg, /usr/bin/less
##
# root and users in group wheel can run anything on any machine as any user
root ALL = (ALL) ALL
%wheel ALL = (ALL) ALL
root ALL = (ALL:ALL) ALL
%wheel ALL = (ALL:ALL) ALL
# full time sysadmins can run anything on any machine without a password
FULLTIMERS ALL = NOPASSWD: ALL