2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-28 04:47:42 +00:00

Use @intercept_file@ and @noexec_file@ like the example file.

This commit is contained in:
Todd C. Miller 2022-12-26 15:32:36 -07:00
parent 772fc914a8
commit 048b843e6d
2 changed files with 4 additions and 4 deletions

View File

@ -754,7 +754,7 @@ front-end configuration
# 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.
# #
#Path intercept @plugindir@/sudo_intercept.so #Path intercept @intercept_file@
# #
# Sudo noexec: # Sudo noexec:
@ -768,7 +768,7 @@ front-end configuration
# 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_noexec.so file. # if you rename or move the sudo_noexec.so file.
# #
#Path noexec @plugindir@/sudo_noexec.so #Path noexec @noexec_file@
# #
# Sudo plugin directory: # Sudo plugin directory:

View File

@ -686,7 +686,7 @@ front-end configuration
# 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.
# #
#Path intercept @plugindir@/sudo_intercept.so #Path intercept @intercept_file@
# #
# Sudo noexec: # Sudo noexec:
@ -700,7 +700,7 @@ front-end configuration
# 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_noexec.so file. # if you rename or move the sudo_noexec.so file.
# #
#Path noexec @plugindir@/sudo_noexec.so #Path noexec @noexec_file@
# #
# Sudo plugin directory: # Sudo plugin directory: