2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Reference timestamp_type and timestamp_timeout in sudoers.

This should help users find details on how time stamp files work.
This commit is contained in:
Todd C. Miller 2019-11-01 12:42:41 -06:00
parent 0d8062c100
commit e6fe02d646
2 changed files with 22 additions and 8 deletions

View File

@ -137,12 +137,18 @@ Security policies may support credential caching to allow the user
to run
\fBsudo\fR
again for a period of time without requiring authentication.
The
By default, the
\fIsudoers\fR
policy caches credentials for
policy caches credentials on a per-terminal basis for
\fR@timeout@\fR
minutes, unless overridden in
sudoers(@mansectform@).
minutes.
See the
\fItimestamp_type\fR
and
\fItimestamp_timeout\fR
options in
sudoers(@mansectform@)
for more information.
By running
\fBsudo\fR
with the
@ -1364,6 +1370,7 @@ passwd(@mansectform@),
sudo.conf(@mansectform@),
sudo_plugin(@mansectform@),
sudoers(@mansectform@),
sudoers_timestamp(@mansectform@),
sudoreplay(@mansectsu@),
visudo(@mansectsu@)
.SH "HISTORY"

View File

@ -139,12 +139,18 @@ Security policies may support credential caching to allow the user
to run
.Nm
again for a period of time without requiring authentication.
The
By default, the
.Em sudoers
policy caches credentials for
policy caches credentials on a per-terminal basis for
.Li @timeout@
minutes, unless overridden in
.Xr sudoers @mansectform@ .
minutes.
See the
.Em timestamp_type
and
.Em timestamp_timeout
options in
.Xr sudoers @mansectform@
for more information.
By running
.Nm
with the
@ -1256,6 +1262,7 @@ When editing a file, the editor is run with the user's environment unmodified.
.Xr sudo.conf @mansectform@ ,
.Xr sudo_plugin @mansectform@ ,
.Xr sudoers @mansectform@ ,
.Xr sudoers_timestamp @mansectform@ ,
.Xr sudoreplay @mansectsu@ ,
.Xr visudo @mansectsu@
.Sh HISTORY