Imported Upstream version 1.6.9p9
[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 # 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