prepare to upload
[debian/sudo] / debian / sudoers
1 #
2 # This file MUST be edited with the 'visudo' command as root.
3 #
4 # See the man page for details on how to write a sudoers file.
5 #
6 # Note that modifying behavior defined here may also be done by 
7 # adding content in the /etc/sudoers.d directory.
8 #
9
10 Defaults        env_reset
11
12 # root can use sudo to do anything
13 root    ALL=(ALL) ALL
14
15 # Allow members of group sudo to execute any command
16 # (Note that later entries may override this)
17 %sudo   ALL=(ALL) ALL
18
19 #includedir /etc/sudoers.d