The RHEL sudo package allows users in group wheel to run sudo.

This commit is contained in:
Todd C. Miller
2014-07-11 15:42:01 -06:00
parent d86df074d5
commit 691421011d

View File

@@ -102,6 +102,7 @@ still allow people to get their work done."
/bin/ed - ${pp_destdir}${sudoersdir}/sudoers <<-'EOF'
/Locale settings/+1,s/^# //
/Desktop path settings/+1,s/^# //
/allow members of group wheel to execute any command/+1,s/^# //
w
q
EOF