From 5de49b2d6b6fdbfc49649e303d0dc5a5256db355 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Tue, 30 Jan 2018 11:11:48 -0700 Subject: [PATCH] The max timeout for kernel time stamps is 60 minutes, not 3600 minutes. --- doc/sudoers.cat | 6 +++--- doc/sudoers.man.in | 5 +++-- doc/sudoers.mdoc.in | 5 +++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/sudoers.cat b/doc/sudoers.cat index ac46bccb1..ef0bb5b87 100644 --- a/doc/sudoers.cat +++ b/doc/sudoers.cat @@ -1869,8 +1869,8 @@ SSUUDDOOEERRSS OOPPTTIIOONNSS terminal is present, the behavior is the same as _p_p_i_d. Negative _t_i_m_e_s_t_a_m_p___t_i_m_e_o_u_t values are not supported and positive values are limited - to a maximum of 3600. This is currently only - supported on OpenBSD. + to a maximum of 60 minutes. This is currently + only supported on OpenBSD. The default value is _t_t_y. @@ -2897,4 +2897,4 @@ DDIISSCCLLAAIIMMEERR file distributed with ssuuddoo or https://www.sudo.ws/license.html for complete details. -Sudo 1.8.22 January 24, 2018 Sudo 1.8.22 +Sudo 1.8.23 January 30, 2018 Sudo 1.8.23 diff --git a/doc/sudoers.man.in b/doc/sudoers.man.in index 43f457e76..be076b99c 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" "January 24, 2018" "Sudo @PACKAGE_VERSION@" "File Formats Manual" +.TH "SUDOERS" "5" "January 30, 2018" "Sudo @PACKAGE_VERSION@" "File Formats Manual" .nh .if n .ad l .SH "NAME" @@ -3721,7 +3721,8 @@ If no terminal is present, the behavior is the same as \fIppid\fR. Negative \fItimestamp_timeout\fR -values are not supported and positive values are limited to a maximum of 3600. +values are not supported and positive values are limited to a maximum +of 60 minutes. This is currently only supported on OpenBSD. .PP The default value is diff --git a/doc/sudoers.mdoc.in b/doc/sudoers.mdoc.in index af2d19a1a..72deb07d0 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 January 24, 2018 +.Dd January 30, 2018 .Dt SUDOERS @mansectform@ .Os Sudo @PACKAGE_VERSION@ .Sh NAME @@ -3482,7 +3482,8 @@ If no terminal is present, the behavior is the same as .Em ppid . Negative .Em timestamp_timeout -values are not supported and positive values are limited to a maximum of 3600. +values are not supported and positive values are limited to a maximum +of 60 minutes. This is currently only supported on OpenBSD. .El .Pp -- 2.40.0