sudo: Keep GIT_* environment variables.
[matthijs/servers/tika.git] / etc / sudoers
1 # /etc/sudoers
2 #
3 # This file MUST be edited with the 'visudo' command as root.
4 #
5 # See the man page for details on how to write a sudoers file.
6 #
7
8 Defaults        env_reset,env_keep+=GIT_*
9
10 # Host alias specification
11
12 # User alias specification
13
14 # Cmnd alias specification
15
16 # User privilege specification
17 root    ALL=(ALL) ALL
18
19 # Allow members of group sudo to execute any command
20 # (Note that later entries override this, so you might need to move
21 # it further down)
22 %sudo ALL=(ALL) ALL
23 #
24 #includedir /etc/sudoers.d