Magellan Linux

Contents of /trunk/sudo/patches/sudo-1.7.4p3-allow-wheel.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1118 - (show annotations) (download)
Mon Aug 23 11:45:15 2010 UTC (13 years, 8 months ago) by niro
File size: 692 byte(s)
-rediffed
1 diff -Naur sudo-1.7.4p3/sudoers.in sudo-1.7.4p3-magellan/sudoers.in
2 --- sudo-1.7.4p3/sudoers.in 2010-08-18 21:29:49.000000000 +0200
3 +++ sudo-1.7.4p3-magellan/sudoers.in 2010-08-23 13:49:31.000000000 +0200
4 @@ -71,11 +71,11 @@
5 ##
6 root ALL=(ALL) ALL
7
8 -## Uncomment to allow members of group wheel to execute any command
9 -# %wheel ALL=(ALL) ALL
10 +## Allow members of group wheel to execute any command
11 +%wheel ALL=(ALL) SETENV: ALL
12
13 -## Same thing without a password
14 -# %wheel ALL=(ALL) NOPASSWD: ALL
15 +## Uncomment to allow the same thing without a password
16 +# %wheel ALL=(ALL) NOPASSWD: SETENV: ALL
17
18 ## Uncomment to allow members of group sudo to execute any command
19 # %sudo ALL=(ALL) ALL