|
|
@ -79,6 +79,13 @@ sudo_exe=sudo
|
|
|
|
# the default flags passed to sudo
|
|
|
|
# the default flags passed to sudo
|
|
|
|
# sudo_flags=-H
|
|
|
|
# sudo_flags=-H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# all commands executed under sudo are passed as arguments to a shell command
|
|
|
|
|
|
|
|
# This shell command defaults to /bin/sh
|
|
|
|
|
|
|
|
# Changing this helps the situation where a user is only allowed to run
|
|
|
|
|
|
|
|
# e.g. /bin/bash with sudo privileges
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# executable = /bin/sh
|
|
|
|
|
|
|
|
|
|
|
|
# how to handle hash defined in several places
|
|
|
|
# how to handle hash defined in several places
|
|
|
|
# hash can be merged, or replaced
|
|
|
|
# hash can be merged, or replaced
|
|
|
|
# if you use replace, and have multiple hashes named 'x', the last defined
|
|
|
|
# if you use replace, and have multiple hashes named 'x', the last defined
|
|
|
|