From: Todd C. Miller Date: Tue, 10 Feb 2015 20:39:03 +0000 (-0700) Subject: Minor change in description of TZ path handling. X-Git-Tag: SUDO_1_8_13^2~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=915e08eecc82c0b8790c861fb3829a67d744d01d;p=sudo Minor change in description of TZ path handling. --- diff --git a/doc/sudoers.cat b/doc/sudoers.cat index 0351a7e1e..99171c9d3 100644 --- a/doc/sudoers.cat +++ b/doc/sudoers.cat @@ -1670,8 +1670,8 @@ SSUUDDOOEERRSS OOPPTTIIOONNSS programs. The TZ variable is considered unsafe if any of the following are true: - ++oo It consists of a fully-qualified path name - (optionally prefixed with a colon `:') that does + ++oo It consists of a fully-qualified path name, + optionally prefixed with a colon (`:'), that does not match the location of the _z_o_n_e_i_n_f_o directory. ++oo It contains a _._. path element. @@ -2379,4 +2379,4 @@ DDIISSCCLLAAIIMMEERR file distributed with ssuuddoo or http://www.sudo.ws/license.html for complete details. -Sudo 1.8.12 February 6, 2015 Sudo 1.8.12 +Sudo 1.8.12 February 10, 2015 Sudo 1.8.12 diff --git a/doc/sudoers.man.in b/doc/sudoers.man.in index b7c358a9a..7704484f8 100644 --- a/doc/sudoers.man.in +++ b/doc/sudoers.man.in @@ -21,7 +21,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.TH "SUDOERS" "5" "February 6, 2015" "Sudo @PACKAGE_VERSION@" "File Formats Manual" +.TH "SUDOERS" "5" "February 10, 2015" "Sudo @PACKAGE_VERSION@" "File Formats Manual" .nh .if n .ad l .SH "NAME" @@ -3435,9 +3435,9 @@ variable is considered unsafe if any of the following are true: .PD 0 .TP 4n \fB\(bu\fR -It consists of a fully-qualified path name -(optionally prefixed with a colon -\(oq:\&\(cq) +It consists of a fully-qualified path name, +optionally prefixed with a colon +(\(oq:\&\(cq), that does not match the location of the \fIzoneinfo\fR directory. diff --git a/doc/sudoers.mdoc.in b/doc/sudoers.mdoc.in index ecea0b988..205f73f16 100644 --- a/doc/sudoers.mdoc.in +++ b/doc/sudoers.mdoc.in @@ -19,7 +19,7 @@ .\" Agency (DARPA) and Air Force Research Laboratory, Air Force .\" Materiel Command, USAF, under agreement number F39502-99-1-0512. .\" -.Dd February 6, 2015 +.Dd February 10, 2015 .Dt SUDOERS @mansectform@ .Os Sudo @PACKAGE_VERSION@ .Sh NAME @@ -3188,9 +3188,9 @@ The variable is considered unsafe if any of the following are true: .Bl -bullet .It -It consists of a fully-qualified path name -(optionally prefixed with a colon -.Ql :\& ) +It consists of a fully-qualified path name, +optionally prefixed with a colon +.Pq Ql :\& , that does not match the location of the .Pa zoneinfo directory.