Magellan Linux

Annotation of /trunk/sudo/patches/sudo-1.8.0-allow-wheel.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1296 - (hide annotations) (download)
Thu Mar 3 12:15:20 2011 UTC (13 years, 2 months ago) by niro
File size: 748 byte(s)
re-diffed for 1.8.0
1 niro 1296 diff -Naur sudo-1.8.0/plugins/sudoers/sudoers.in sudo-1.8.0-magellan/plugins/sudoers/sudoers.in
2     --- sudo-1.8.0/plugins/sudoers/sudoers.in 2010-08-18 13:45:38.000000000 +0200
3     +++ sudo-1.8.0-magellan/plugins/sudoers/sudoers.in 2011-03-03 13:30:52.000000000 +0100
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