Imported Debian patch 1.6.9p6-1
[debian/sudo] / sudoers
1 # sudoers file.
2 #
3 # This file MUST be edited with the 'visudo' command as root.
4 #
5 # See the sudoers man page for the details on how to write a sudoers file.
6 #
7
8 # Defaults syslog=auth, secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin"
9
10 # Host alias specification
11
12 # User alias specification
13
14 # Cmnd alias specification
15
16 # Defaults specification
17
18 # Runas alias specification
19
20 # User privilege specification
21 root    ALL=(ALL) SETENV: ALL
22
23 # Uncomment to allow people in group wheel to run all commands
24 # and set environment variables.
25 # %wheel        ALL=(ALL) SETENV: ALL
26
27 # Same thing without a password
28 # %wheel        ALL=(ALL) NOPASSWD: SETENV: ALL
29
30 # Samples
31 # %users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
32 # %users  localhost=/sbin/shutdown -h now