Magellan Linux

Annotation of /trunk/sudo/patches/sudo-1.6.9p12-allow-wheel.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 473 - (hide annotations) (download)
Mon Feb 11 09:40:12 2008 UTC (16 years, 4 months ago) by niro
File size: 674 byte(s)
-re-diffed against 1.6.9p12

1 niro 473 diff -Naur sudo-1.6.9p12/sudoers sudo-1.6.9p12-magellan/sudoers
2     --- sudo-1.6.9p12/sudoers 2008-01-15 23:17:50.000000000 +0100
3     +++ sudo-1.6.9p12-magellan/sudoers 2008-02-11 10:40:37.000000000 +0100
4     @@ -20,11 +20,11 @@
5     # User privilege specification
6     root ALL=(ALL) ALL
7    
8     -# Uncomment to allow people in group wheel to run all commands
9     -# %wheel ALL=(ALL) ALL
10     +# Allow people in group wheel to run all commands
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     # Samples
19     # %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom