From 50f80d4b0a833bcb4728822e73b0248be5a4915f Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Sat, 13 Jul 1996 22:24:38 +0000 Subject: [PATCH] fixed 2 syntax errors --- sample.sudoers | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample.sudoers b/sample.sudoers index 13f5bc451..56b4152f2 100644 --- a/sample.sudoers +++ b/sample.sudoers @@ -44,8 +44,8 @@ Host_Alias CUNETS=128.138.0.0/255.255.0.0 ## # 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 +%wheel ALL=(ALL) ALL # full time sysadmins can run anything on any machine without a password FULLTIMERS ALL=NOPASSWD:ALL -- 2.49.0