2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Sync "Path intercept" comment with default sudo.conf and man page

This commit is contained in:
Todd C. Miller 2025-04-28 12:25:43 -06:00
parent d173674c2f
commit b876e3bbf3
2 changed files with 10 additions and 10 deletions

View File

@ -734,11 +734,11 @@ front-end configuration
# Sudo command interception: # Sudo command interception:
# Path intercept /path/to/sudo_intercept.so # Path intercept /path/to/sudo_intercept.so
# #
# Path to a shared library containing replacements for the execv() # Path to a shared library containing replacements for the execv(),
# and execve() library functions, which perform a policy check to verify # execve() and fexecve() library functions, which perform a policy
# whether the command is allowed and return an error if it is not. This is # check to verify whether the command is allowed and simply return
# used to implement the "intercept" functionality on systems that # an error if it is not. This is used to implement the "intercept"
# support LD_PRELOAD or its equivalent. # functionality on systems that support LD_PRELOAD or its equivalent.
# #
# The compiled-in value is usually sufficient and should only be changed # The compiled-in value is usually sufficient and should only be changed
# if you rename or move the sudo_intercept.so file. # if you rename or move the sudo_intercept.so file.

View File

@ -43,10 +43,10 @@
# Path intercept /path/to/sudo_intercept.so # Path intercept /path/to/sudo_intercept.so
# #
# Path to a shared library containing replacements for the execv(), # Path to a shared library containing replacements for the execv(),
# execve() and fexecve() library functions that perform a policy check # execve() and fexecve() library functions, which perform a policy
# to verify the command is allowed and simply return an error if not. # check to verify whether the command is allowed and simply return
# This is used to implement the "intercept" functionality on systems that # an error if it is not. This is used to implement the "intercept"
# support LD_PRELOAD or its equivalent. # functionality on systems that support LD_PRELOAD or its equivalent.
# #
# The compiled-in value is usually sufficient and should only be changed # The compiled-in value is usually sufficient and should only be changed
# if you rename or move the sudo_intercept.so file. # if you rename or move the sudo_intercept.so file.
@ -72,7 +72,7 @@
# Path plugin_dir /path/to/plugins # Path plugin_dir /path/to/plugins
# #
# The default directory to use when searching for plugins that are # The default directory to use when searching for plugins that are
# specified without a fully qualified path name. # specified without a fully-qualified path name.
# #
#Path plugin_dir @plugindir@ #Path plugin_dir @plugindir@