From 28bb67975e6928e0dd1f04ddecbd6d71044d3ad7 Mon Sep 17 00:00:00 2001 From: Jason Rothstein Date: Tue, 5 May 2026 18:40:50 -0500 Subject: [PATCH] Fix fedora 44 sudo.conf Signed-off-by: Jason Rothstein --- templates/Fedora/44/etc/sudo.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/Fedora/44/etc/sudo.conf b/templates/Fedora/44/etc/sudo.conf index 1c499a7..a4d5104 100644 --- a/templates/Fedora/44/etc/sudo.conf +++ b/templates/Fedora/44/etc/sudo.conf @@ -43,10 +43,10 @@ # Path intercept /path/to/sudo_intercept.so # # Path to a shared library containing replacements for the execv(), -# execve() and fexecve() library functions that perform a policy check -# to verify the command is allowed and simply return an error if not. -# This is used to implement the "intercept" functionality on systems that -# support LD_PRELOAD or its equivalent. +# execve() and fexecve() library functions, which perform a policy +# check to verify whether the command is allowed and simply return +# an error if it is not. This is used to implement the "intercept" +# functionality on systems that support LD_PRELOAD or its equivalent. # # The compiled-in value is usually sufficient and should only be changed # if you rename or move the sudo_intercept.so file. @@ -72,7 +72,7 @@ # Path plugin_dir /path/to/plugins # # 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 /usr/libexec/sudo