From 048b843e6d37bc3ee9f9ab73ca91ae7477d5fb2e Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 26 Dec 2022 15:32:36 -0700 Subject: [PATCH] Use @intercept_file@ and @noexec_file@ like the example file. --- docs/sudo.conf.man.in | 4 ++-- docs/sudo.conf.mdoc.in | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sudo.conf.man.in b/docs/sudo.conf.man.in index 61ec25048..2abfb8f02 100644 --- a/docs/sudo.conf.man.in +++ b/docs/sudo.conf.man.in @@ -754,7 +754,7 @@ front-end configuration # The compiled-in value is usually sufficient and should only be changed # if you rename or move the sudo_intercept.so file. # -#Path intercept @plugindir@/sudo_intercept.so +#Path intercept @intercept_file@ # # Sudo noexec: @@ -768,7 +768,7 @@ front-end configuration # The compiled-in value is usually sufficient and should only be changed # if you rename or move the sudo_noexec.so file. # -#Path noexec @plugindir@/sudo_noexec.so +#Path noexec @noexec_file@ # # Sudo plugin directory: diff --git a/docs/sudo.conf.mdoc.in b/docs/sudo.conf.mdoc.in index be4ba4434..7485c6d2a 100644 --- a/docs/sudo.conf.mdoc.in +++ b/docs/sudo.conf.mdoc.in @@ -686,7 +686,7 @@ front-end configuration # The compiled-in value is usually sufficient and should only be changed # if you rename or move the sudo_intercept.so file. # -#Path intercept @plugindir@/sudo_intercept.so +#Path intercept @intercept_file@ # # Sudo noexec: @@ -700,7 +700,7 @@ front-end configuration # The compiled-in value is usually sufficient and should only be changed # if you rename or move the sudo_noexec.so file. # -#Path noexec @plugindir@/sudo_noexec.so +#Path noexec @noexec_file@ # # Sudo plugin directory: