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

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jun 13 15:54:33 EDT 2008


Log Message:
-----------
Enable sudo for wheel group.

Tags:
----
RELENG_0_2

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

-------------- next part --------------
Index: sudoers
===================================================================
RCS file: /home/cvs/src/contrib/sudo/sudoers,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -L contrib/sudo/sudoers -L contrib/sudo/sudoers -u -r1.2 -r1.2.2.1
--- contrib/sudo/sudoers
+++ contrib/sudo/sudoers
@@ -1,3 +1,4 @@
+# $MidnightBSD$
 # $OpenBSD: sudoers,v 1.12 2007/08/09 16:12:08 ajacoutot Exp $
 #
 # sudoers file.
@@ -26,7 +27,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