Imported Debian patch 1.6.8p7-1.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) ALL
22
23 # Uncomment to allow people in group wheel to run all commands
24 # %wheel        ALL=(ALL)       ALL
25
26 # Same thing without a password
27 # %wheel        ALL=(ALL)       NOPASSWD: ALL
28
29 # Samples
30 # %users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
31 # %users  localhost=/sbin/shutdown -h now