[Midnightbsd-cvs] src: sudoers: enable wheel group for sudoers.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Dec 9 16:56:58 EST 2008


Log Message:
-----------
enable wheel group for sudoers.  We may prefer to add individual users later with the installer, but this is a good default for now

Modified Files:
--------------
    src/contrib/sudo:
        sudoers (r1.2 -> r1.3)

-------------- next part --------------
Index: sudoers
===================================================================
RCS file: /home/cvs/src/contrib/sudo/sudoers,v
retrieving revision 1.2
retrieving revision 1.3
diff -L contrib/sudo/sudoers -L contrib/sudo/sudoers -u -r1.2 -r1.3
--- contrib/sudo/sudoers
+++ contrib/sudo/sudoers
@@ -26,7 +26,7 @@
 
 # Uncomment to allow people in group wheel to run all commands
 # and set environment variables.
-# %wheel	ALL=(ALL) SETENV: ALL
+%wheel	ALL=(ALL) SETENV: ALL
 
 # Same thing without a password
 # %wheel	ALL=(ALL) NOPASSWD: SETENV: ALL


More information about the Midnightbsd-cvs mailing list