Skip to content

Commit b876e3b

Browse files
committed
Sync "Path intercept" comment with default sudo.conf and man page
1 parent d173674 commit b876e3b

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/sudo.conf.mdoc.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.

examples/sudo.conf.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
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.
@@ -72,7 +72,7 @@
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

0 commit comments

Comments
 (0)