25 lines
731 B
Diff
25 lines
731 B
Diff
--- ./examples/sudo.conf.in 2025-11-04 15:12:59.131018895 +0100
|
|
+++ ./examples/sudo.conf.in.fix 2025-11-04 15:12:39.771512951 +0100
|
|
@@ -11,9 +11,9 @@
|
|
# The plugin_options are optional.
|
|
#
|
|
# The sudoers plugin is used by default if no Plugin lines are present.
|
|
-#Plugin sudoers_policy @sudoers_plugin@
|
|
-#Plugin sudoers_io @sudoers_plugin@
|
|
-#Plugin sudoers_audit @sudoers_plugin@
|
|
+Plugin sudoers_policy @sudoers_plugin@
|
|
+Plugin sudoers_io @sudoers_plugin@
|
|
+Plugin sudoers_audit @sudoers_plugin@
|
|
|
|
#
|
|
# Sudo askpass:
|
|
@@ -85,7 +85,7 @@
|
|
# To aid in debugging sudo problems, you may wish to enable core
|
|
# dumps by setting "disable_coredump" to false.
|
|
#
|
|
-#Set disable_coredump false
|
|
+Set disable_coredump false
|
|
|
|
#
|
|
# User groups:
|