From: Todd C. Miller Date: Fri, 29 Apr 2011 15:24:55 +0000 (-0400) Subject: Remove obsolete warning about runas_default and ordering. X-Git-Tag: SUDO_1_7_7~40 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5d11b46415675259fe3e9be07b8ddab18102df2;p=sudo Remove obsolete warning about runas_default and ordering. --HG-- branch : 1.7 --- diff --git a/sudoers.pod b/sudoers.pod index ef250cd7c..c18878f7c 100644 --- a/sudoers.pod +++ b/sudoers.pod @@ -1133,19 +1133,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 @@ -1305,6 +1308,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 @@ -1383,14 +1390,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