diff --git a/templates/Fedora/38/etc/sudo.conf b/templates/Fedora/38/etc/sudo.conf index 773a0e0..1c499a7 100644 --- a/templates/Fedora/38/etc/sudo.conf +++ b/templates/Fedora/38/etc/sudo.conf @@ -51,7 +51,7 @@ # The compiled-in value is usually sufficient and should only be changed # if you rename or move the sudo_intercept.so file. # -#Path intercept /usr/libexec/sudo/sudo_intercept.so +#Path intercept disabled # # Sudo noexec: @@ -76,14 +76,6 @@ # #Path plugin_dir /usr/libexec/sudo -# -# Sudo developer mode: -# Set developer_mode true|false -# -# Allow loading of plugins that are owned by non-root or are writable -# by "group" or "other". Should only be used during plugin development. -#Set developer_mode true - # # Core dumps: # Set disable_coredump true|false @@ -129,10 +121,10 @@ # Debug program /path/to/debug_log subsystem@priority[,subsyste@priority] # # Sudo and related programs support logging debug information to a file. -# The program is typically sudo, sudoers.so, sudoreplay or visudo. +# The program is typically sudo, sudoers.so, sudoreplay, or visudo. # # Subsystems vary based on the program; "all" matches all subsystems. -# Priority may be crit, err, warn, notice, diag, info, trace or debug. +# Priority may be crit, err, warn, notice, diag, info, trace, or debug. # Multiple subsystem@priority may be specified, separated by a comma. # #Debug sudo /var/log/sudo_debug all@debug