Magellan Linux

Contents of /trunk/sudo/patches/sudo-1.6.9p4-allow-wheel.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 356 - (show annotations) (download)
Tue Sep 11 22:39:21 2007 UTC (16 years, 8 months ago) by niro
File size: 632 byte(s)
-allow "wheeling"

1 diff -Naur sudo-1.6.9p4/sudoers sudo-1.6.9p4-magellan/sudoers
2 --- sudo-1.6.9p4/sudoers 2007-07-08 15:06:33.000000000 +0200
3 +++ sudo-1.6.9p4-magellan/sudoers 2007-09-12 00:37:49.000000000 +0200
4 @@ -18,11 +18,11 @@
5 # User privilege specification
6 root ALL=(ALL) SETENV: ALL
7
8 -# Uncomment to allow people in group wheel to run all commands
9 +# Allow people in group wheel to run all commands
10 # and set environment variables.
11 -# %wheel ALL=(ALL) SETENV: ALL
12 +%wheel ALL=(ALL) SETENV: ALL
13
14 -# Same thing without a password
15 +# Uncomment to allow the same thing without a password
16 # %wheel ALL=(ALL) NOPASSWD: SETENV: ALL
17
18 # Samples