add doc about interaction with RAMRUN to README.Debian in response to #581393
[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) 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