File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -734,11 +734,11 @@ front-end configuration
734734# Sudo command interception:
735735# Path intercept /path/to/sudo_intercept.so
736736#
737- # Path to a shared library containing replacements for the execv()
738- # and execve () library functions, which perform a policy check to verify
739- # whether the command is allowed and return an error if it is not. This is
740- # used to implement the "intercept" functionality on systems that
741- # support LD_PRELOAD or its equivalent.
737+ # Path to a shared library containing replacements for the execv(),
738+ # execve() and fexecve () library functions, which perform a policy
739+ # check to verify whether the command is allowed and simply return
740+ # an error if it is not. This is used to implement the "intercept"
741+ # functionality on systems that support LD_PRELOAD or its equivalent.
742742#
743743# The compiled-in value is usually sufficient and should only be changed
744744# if you rename or move the sudo_intercept.so file.
Original file line number Diff line number Diff line change 4343# Path intercept /path/to/sudo_intercept.so
4444#
4545# Path to a shared library containing replacements for the execv(),
46- # execve() and fexecve() library functions that perform a policy check
47- # to verify the command is allowed and simply return an error if not.
48- # This is used to implement the "intercept" functionality on systems that
49- # support LD_PRELOAD or its equivalent.
46+ # execve() and fexecve() library functions, which perform a policy
47+ # check to verify whether the command is allowed and simply return
48+ # an error if it is not. This is used to implement the "intercept"
49+ # functionality on systems that support LD_PRELOAD or its equivalent.
5050#
5151# The compiled-in value is usually sufficient and should only be changed
5252# if you rename or move the sudo_intercept.so file.
7272# Path plugin_dir /path/to/plugins
7373#
7474# The default directory to use when searching for plugins that are
75- # specified without a fully qualified path name.
75+ # specified without a fully- qualified path name.
7676#
7777#Path plugin_dir @plugindir@
7878
You can’t perform that action at this time.
0 commit comments