From 8130dc9cb7922a137b7dc6e0827d7ea8d4fd8d86 Mon Sep 17 00:00:00 2001 From: dan soucy Date: Fri, 4 Feb 2022 19:29:34 +0000 Subject: [PATCH] Sync example sudoers with default sudoers `sudoers.in` was changed by 1d13533 --- examples/sudoers | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sudoers b/examples/sudoers index a18c92167..e697168ff 100644 --- a/examples/sudoers +++ b/examples/sudoers @@ -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