summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2022-12-26 07:43:55 -0700
committerTodd C. Miller <Todd.Miller@sudo.ws>2022-12-26 07:43:55 -0700
commitaa97ea89de4ef1b36e3b9a6b2a04527e47cdf25b (patch)
tree848cccf1dfad112140c3bb7bee7ddc5e43a8261f /examples
parentb77246c5b9cd230291ca05fcd28ee59e77b10600 (diff)
downloadsudo-aa97ea89de4ef1b36e3b9a6b2a04527e47cdf25b.tar.gz
Use AIX-style shared libraries on AIX by default instead of SVR4-style.
This removes the need to use the -brtl linker flag which can cause problems when there are both a .so and .a version of the same library but with different versions. This was particularly problematic when using the AIX freeware version of OpenSSL. The --with-aix-soname=svr4 option can be used to build SVR4-style shared libs instead.
Diffstat (limited to 'examples')
-rw-r--r--examples/sudo.conf.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/sudo.conf.in b/examples/sudo.conf.in
index 415106a95..72d93a610 100644
--- a/examples/sudo.conf.in
+++ b/examples/sudo.conf.in
@@ -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.so
-#Plugin sudoers_io sudoers.so
-#Plugin sudoers_audit sudoers.so
+#Plugin sudoers_policy @sudoers_module@
+#Plugin sudoers_io @sudoers_module@
+#Plugin sudoers_audit @sudoers_module@
#
# Sudo askpass:
@@ -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 @plugindir@/sudo_intercept.so
+#Path intercept @intercept_file@
#
# Sudo noexec:
@@ -65,7 +65,7 @@
# 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: