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:
parent
c5133d84eb
commit
8130dc9cb7
@ -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 and users in group wheel can run anything on any machine as any user
|
||||||
root ALL = (ALL) ALL
|
root ALL = (ALL:ALL) ALL
|
||||||
%wheel ALL = (ALL) ALL
|
%wheel ALL = (ALL:ALL) ALL
|
||||||
|
|
||||||
# full time sysadmins can run anything on any machine without a password
|
# full time sysadmins can run anything on any machine without a password
|
||||||
FULLTIMERS ALL = NOPASSWD: ALL
|
FULLTIMERS ALL = NOPASSWD: ALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user