sudoreplay does not parse sudoers to find the value of iolog_dir.
The default value for the I/O log directory is set at build time.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.TH "SUDOREPLAY" "@mansectsu@" "May 18, 2020" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
|
||||
.TH "SUDOREPLAY" "@mansectsu@" "May 26, 2021" "Sudo @PACKAGE_VERSION@" "System Manager's Manual"
|
||||
.nh
|
||||
.if n .ad l
|
||||
.SH "NAME"
|
||||
@@ -50,17 +50,11 @@ The
|
||||
\fIID\fR
|
||||
should either be a six character sequence of digits and
|
||||
upper case letters, e.g.,
|
||||
\fR0100A5\fR,
|
||||
a pattern matching the
|
||||
\fIiolog_file\fR
|
||||
option in the
|
||||
\fIsudoers\fR
|
||||
file, or a path name.
|
||||
Path names may be relative to the
|
||||
\fIiolog_dir\fR
|
||||
option in the
|
||||
\fIsudoers\fR
|
||||
file (unless overridden by the
|
||||
\fR0100A5\fR
|
||||
or a path name.
|
||||
Path names may be relative to the I/O log directory
|
||||
\fI@iolog_dir@\fR
|
||||
(unless overridden by the
|
||||
\fB\-d\fR
|
||||
option) or fully qualified, beginning with a
|
||||
\(oq/\(cq
|
||||
|
@@ -15,7 +15,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd May 18, 2020
|
||||
.Dd May 26, 2021
|
||||
.Dt SUDOREPLAY @mansectsu@
|
||||
.Os Sudo @PACKAGE_VERSION@
|
||||
.Sh NAME
|
||||
@@ -48,17 +48,11 @@ The
|
||||
.Em ID
|
||||
should either be a six character sequence of digits and
|
||||
upper case letters, e.g.,
|
||||
.Li 0100A5 ,
|
||||
a pattern matching the
|
||||
.Em iolog_file
|
||||
option in the
|
||||
.Em sudoers
|
||||
file, or a path name.
|
||||
Path names may be relative to the
|
||||
.Em iolog_dir
|
||||
option in the
|
||||
.Em sudoers
|
||||
file (unless overridden by the
|
||||
.Li 0100A5
|
||||
or a path name.
|
||||
Path names may be relative to the I/O log directory
|
||||
.Pa @iolog_dir@
|
||||
(unless overridden by the
|
||||
.Fl d
|
||||
option) or fully qualified, beginning with a
|
||||
.Ql /
|
||||
|
Reference in New Issue
Block a user