From 38f7dd359b11ddb6c32f642b0d47384ff9a371f9 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 27 Apr 2011 11:42:46 -0400 Subject: [PATCH] Remove obsolete warning about runas_default and ordering. Move syslog facility and priority lists into the section where the relevant options are described. --- doc/sudoers.pod | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/doc/sudoers.pod b/doc/sudoers.pod index 49caa0016..b883c6076 100644 --- a/doc/sudoers.pod +++ b/doc/sudoers.pod @@ -1311,19 +1311,22 @@ This option is only available whe B is built with SELinux support. The default user to run commands as if the B<-u> option is not specified on the command line. This defaults to C<@runas_default@>. -Note that if I is set it B occur before -any C specifications. =item syslog_badpri Syslog priority to use when user authenticates unsuccessfully. Defaults to C<@badpri@>. +The following syslog priorities are supported: B, B, +B, B, B, B, B, and B. + =item syslog_goodpri Syslog priority to use when user authenticates successfully. Defaults to C<@goodpri@>. +See L for the list of supported syslog priorities. + =item sudoers_locale Locale to use when parsing the sudoers file, logging commands, and @@ -1501,6 +1504,10 @@ This option is @secure_path@ by default. Syslog facility if syslog is being used for logging (negate to disable syslog logging). Defaults to C<@logfac@>. +The following syslog facilities are supported: B (if your +OS supports it), B, B, B, B, B, +B, B, B, B, B, and B. + =item verifypw This option controls when a password will be required when a user runs @@ -1579,14 +1586,6 @@ is displayed when B is run by root with the I<-V> option. =back -When logging via L, B accepts the following values -for the syslog facility (the value of the B Parameter): -B (if your OS supports it), B, B, B, -B, B, B, B, B, B, -B, and B. The following syslog priorities are -supported: B, B, B, B, B, B, -B, and B. - =head1 FILES =over 24 -- 2.40.0