2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-29 05:17:54 +00:00

Comment out the default plugin lines in the example sudo.conf.

Fixes a problem when there are multiple versions of sudo installed
and not all suport the audit plugin, such as on macOS.
GitHub issue #75
This commit is contained in:
Todd C. Miller 2020-12-05 09:08:43 -07:00
parent 63739dd326
commit 1cdc4716c2
3 changed files with 11 additions and 11 deletions

View File

@ -17,7 +17,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.nr SL @SEMAN@ .nr SL @SEMAN@
.TH "SUDO.CONF" "@mansectform@" "October 30, 2020" "Sudo @PACKAGE_VERSION@" "File Formats Manual" .TH "SUDO.CONF" "@mansectform@" "December 5, 2020" "Sudo @PACKAGE_VERSION@" "File Formats Manual"
.nh .nh
.if n .ad l .if n .ad l
.SH "NAME" .SH "NAME"
@ -708,9 +708,9 @@ front end configuration
# The plugin_options are optional. # The plugin_options are optional.
# #
# The sudoers plugin is used by default if no Plugin lines are present. # The sudoers plugin is used by default if no Plugin lines are present.
Plugin sudoers_policy sudoers.so #Plugin sudoers_policy sudoers.so
Plugin sudoers_io sudoers.so #Plugin sudoers_io sudoers.so
Plugin sudoers_audit sudoers.so #Plugin sudoers_audit sudoers.so
# #
# Sudo askpass: # Sudo askpass:

View File

@ -16,7 +16,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\" .\"
.nr SL @SEMAN@ .nr SL @SEMAN@
.Dd October 30, 2020 .Dd December 5, 2020
.Dt SUDO.CONF @mansectform@ .Dt SUDO.CONF @mansectform@
.Os Sudo @PACKAGE_VERSION@ .Os Sudo @PACKAGE_VERSION@
.Sh NAME .Sh NAME
@ -642,9 +642,9 @@ front end configuration
# The plugin_options are optional. # The plugin_options are optional.
# #
# The sudoers plugin is used by default if no Plugin lines are present. # The sudoers plugin is used by default if no Plugin lines are present.
Plugin sudoers_policy sudoers.so #Plugin sudoers_policy sudoers.so
Plugin sudoers_io sudoers.so #Plugin sudoers_io sudoers.so
Plugin sudoers_audit sudoers.so #Plugin sudoers_audit sudoers.so
# #
# Sudo askpass: # Sudo askpass:

View File

@ -11,9 +11,9 @@
# The plugin_options are optional. # The plugin_options are optional.
# #
# The sudoers plugin is used by default if no Plugin lines are present. # The sudoers plugin is used by default if no Plugin lines are present.
Plugin sudoers_policy sudoers.so #Plugin sudoers_policy sudoers.so
Plugin sudoers_io sudoers.so #Plugin sudoers_io sudoers.so
Plugin sudoers_audit sudoers.so #Plugin sudoers_audit sudoers.so
# #
# Sudo askpass: # Sudo askpass: