mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-22 09:57:41 +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:
parent
0d8062c100
commit
e6fe02d646
@ -137,12 +137,18 @@ Security policies may support credential caching to allow the user
|
|||||||
to run
|
to run
|
||||||
\fBsudo\fR
|
\fBsudo\fR
|
||||||
again for a period of time without requiring authentication.
|
again for a period of time without requiring authentication.
|
||||||
The
|
By default, the
|
||||||
\fIsudoers\fR
|
\fIsudoers\fR
|
||||||
policy caches credentials for
|
policy caches credentials on a per-terminal basis for
|
||||||
\fR@timeout@\fR
|
\fR@timeout@\fR
|
||||||
minutes, unless overridden in
|
minutes.
|
||||||
sudoers(@mansectform@).
|
See the
|
||||||
|
\fItimestamp_type\fR
|
||||||
|
and
|
||||||
|
\fItimestamp_timeout\fR
|
||||||
|
options in
|
||||||
|
sudoers(@mansectform@)
|
||||||
|
for more information.
|
||||||
By running
|
By running
|
||||||
\fBsudo\fR
|
\fBsudo\fR
|
||||||
with the
|
with the
|
||||||
@ -1364,6 +1370,7 @@ passwd(@mansectform@),
|
|||||||
sudo.conf(@mansectform@),
|
sudo.conf(@mansectform@),
|
||||||
sudo_plugin(@mansectform@),
|
sudo_plugin(@mansectform@),
|
||||||
sudoers(@mansectform@),
|
sudoers(@mansectform@),
|
||||||
|
sudoers_timestamp(@mansectform@),
|
||||||
sudoreplay(@mansectsu@),
|
sudoreplay(@mansectsu@),
|
||||||
visudo(@mansectsu@)
|
visudo(@mansectsu@)
|
||||||
.SH "HISTORY"
|
.SH "HISTORY"
|
||||||
|
@ -139,12 +139,18 @@ Security policies may support credential caching to allow the user
|
|||||||
to run
|
to run
|
||||||
.Nm
|
.Nm
|
||||||
again for a period of time without requiring authentication.
|
again for a period of time without requiring authentication.
|
||||||
The
|
By default, the
|
||||||
.Em sudoers
|
.Em sudoers
|
||||||
policy caches credentials for
|
policy caches credentials on a per-terminal basis for
|
||||||
.Li @timeout@
|
.Li @timeout@
|
||||||
minutes, unless overridden in
|
minutes.
|
||||||
.Xr sudoers @mansectform@ .
|
See the
|
||||||
|
.Em timestamp_type
|
||||||
|
and
|
||||||
|
.Em timestamp_timeout
|
||||||
|
options in
|
||||||
|
.Xr sudoers @mansectform@
|
||||||
|
for more information.
|
||||||
By running
|
By running
|
||||||
.Nm
|
.Nm
|
||||||
with the
|
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.conf @mansectform@ ,
|
||||||
.Xr sudo_plugin @mansectform@ ,
|
.Xr sudo_plugin @mansectform@ ,
|
||||||
.Xr sudoers @mansectform@ ,
|
.Xr sudoers @mansectform@ ,
|
||||||
|
.Xr sudoers_timestamp @mansectform@ ,
|
||||||
.Xr sudoreplay @mansectsu@ ,
|
.Xr sudoreplay @mansectsu@ ,
|
||||||
.Xr visudo @mansectsu@
|
.Xr visudo @mansectsu@
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user