[Midnightbsd-cvs] src [7189] trunk/contrib/sudo/sudoers: enable wheel by default

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jul 28 07:56:12 EDT 2015


Revision: 7189
          http://svnweb.midnightbsd.org/src/?rev=7189
Author:   laffer1
Date:     2015-07-28 07:56:11 -0400 (Tue, 28 Jul 2015)
Log Message:
-----------
enable wheel by default

Modified Paths:
--------------
    trunk/contrib/sudo/sudoers

Modified: trunk/contrib/sudo/sudoers
===================================================================
--- trunk/contrib/sudo/sudoers	2015-07-28 11:46:31 UTC (rev 7188)
+++ trunk/contrib/sudo/sudoers	2015-07-28 11:56:11 UTC (rev 7189)
@@ -72,7 +72,7 @@
 root ALL=(ALL) ALL
 
 ## Uncomment to allow members of group wheel to execute any command
-# %wheel ALL=(ALL) ALL
+%wheel ALL=(ALL) ALL
 
 ## Same thing without a password
 # %wheel ALL=(ALL) NOPASSWD: ALL



More information about the Midnightbsd-cvs mailing list