mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +00:00
Use @intercept_file@ and @noexec_file@ like the example file.
This commit is contained in:
parent
772fc914a8
commit
048b843e6d
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user