fix from Peter Samuelson for use-after-free bug parsing wildcards in sudoers
[debian/sudo] / sudoers
1 # sudoers file.
2 #
3 # This file MUST be edited with the 'visudo' command as root.
4 # Failure to use 'visudo' may result in syntax or file permission errors
5 # that prevent sudo from running.
6 #
7 # See the sudoers man page for the details on how to write a sudoers file.
8 #
9
10 # Defaults syslog=auth, secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin"
11
12 # Host alias specification
13
14 # User alias specification
15
16 # Cmnd alias specification
17
18 # Defaults specification
19
20 # Runas alias specification
21
22 # User privilege specification
23 root    ALL=(ALL) ALL
24
25 # Uncomment to allow people in group wheel to run all commands
26 # %wheel        ALL=(ALL) ALL
27
28 # Same thing without a password
29 # %wheel        ALL=(ALL) NOPASSWD: ALL
30
31 # Samples
32 # %users  ALL=/sbin/mount /cdrom,/sbin/umount /cdrom
33 # %users  localhost=/sbin/shutdown -h now