Use Fedora 38 sudo.conf

This commit is contained in:
Jason Rothstein 2023-04-23 17:02:34 -05:00
parent 0a788d5c4e
commit 01481b534e

View File

@ -51,7 +51,7 @@
# 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 /usr/libexec/sudo/sudo_intercept.so #Path intercept disabled
# #
# Sudo noexec: # Sudo noexec:
@ -76,14 +76,6 @@
# #
#Path plugin_dir /usr/libexec/sudo #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: # Core dumps:
# Set disable_coredump true|false # Set disable_coredump true|false
@ -129,10 +121,10 @@
# Debug program /path/to/debug_log subsystem@priority[,subsyste@priority] # Debug program /path/to/debug_log subsystem@priority[,subsyste@priority]
# #
# Sudo and related programs support logging debug information to a file. # 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. # 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. # Multiple subsystem@priority may be specified, separated by a comma.
# #
#Debug sudo /var/log/sudo_debug all@debug #Debug sudo /var/log/sudo_debug all@debug