Use ".Sy root" instead of ".Em root" when talking about the root user.
Replace MANDOCPROG with "mandoc" now that MANDOCPROG has been removed.
This commit is contained in:
@@ -32,7 +32,7 @@ scriptdir = $(top_srcdir)/scripts
|
|||||||
# Tools to use
|
# Tools to use
|
||||||
SED = @SED@
|
SED = @SED@
|
||||||
IGOR = igor
|
IGOR = igor
|
||||||
MANDOC = @MANDOCPROG@
|
MANDOC = mandoc
|
||||||
MANCOMPRESS = @MANCOMPRESS@
|
MANCOMPRESS = @MANCOMPRESS@
|
||||||
MANCOMPRESSEXT = @MANCOMPRESSEXT@
|
MANCOMPRESSEXT = @MANCOMPRESSEXT@
|
||||||
TR = @TRPROG@
|
TR = @TRPROG@
|
||||||
|
@@ -767,7 +767,7 @@ policy requires that user-specified timeouts be explicitly enabled.
|
|||||||
Run the
|
Run the
|
||||||
\fIcommand\fR
|
\fIcommand\fR
|
||||||
as a user other than the default target user (usually
|
as a user other than the default target user (usually
|
||||||
\fIroot\fR).
|
\fBroot\fR).
|
||||||
The
|
The
|
||||||
\fIuser\fR
|
\fIuser\fR
|
||||||
may be either a user name or a numeric user-ID
|
may be either a user name or a numeric user-ID
|
||||||
|
@@ -716,7 +716,7 @@ policy requires that user-specified timeouts be explicitly enabled.
|
|||||||
Run the
|
Run the
|
||||||
.Ar command
|
.Ar command
|
||||||
as a user other than the default target user (usually
|
as a user other than the default target user (usually
|
||||||
.Em root ) .
|
.Sy root ) .
|
||||||
The
|
The
|
||||||
.Ar user
|
.Ar user
|
||||||
may be either a user name or a numeric user-ID
|
may be either a user name or a numeric user-ID
|
||||||
|
@@ -1884,14 +1884,14 @@ will not load the Python interpreter or the Python libraries.
|
|||||||
.PP
|
.PP
|
||||||
By default, a Python plugin can only import Python modules which are
|
By default, a Python plugin can only import Python modules which are
|
||||||
owned by
|
owned by
|
||||||
\fIroot\fR
|
\fBroot\fR
|
||||||
and are only writable by the owner.
|
and are only writable by the owner.
|
||||||
The reason for this is to prevent a file getting imported accidentally
|
The reason for this is to prevent a file getting imported accidentally
|
||||||
which is modifiable by a non-root user.
|
which is modifiable by a non-root user.
|
||||||
As
|
As
|
||||||
\fBsudo\fR
|
\fBsudo\fR
|
||||||
plugins run as
|
plugins run as
|
||||||
\fIroot\fR,
|
\fBroot\fR,
|
||||||
accidentally importing such file would make it possible for any user
|
accidentally importing such file would make it possible for any user
|
||||||
(having write access) to execute any code with administrative rights.
|
(having write access) to execute any code with administrative rights.
|
||||||
.PP
|
.PP
|
||||||
|
@@ -1535,14 +1535,14 @@ will not load the Python interpreter or the Python libraries.
|
|||||||
.Pp
|
.Pp
|
||||||
By default, a Python plugin can only import Python modules which are
|
By default, a Python plugin can only import Python modules which are
|
||||||
owned by
|
owned by
|
||||||
.Em root
|
.Sy root
|
||||||
and are only writable by the owner.
|
and are only writable by the owner.
|
||||||
The reason for this is to prevent a file getting imported accidentally
|
The reason for this is to prevent a file getting imported accidentally
|
||||||
which is modifiable by a non-root user.
|
which is modifiable by a non-root user.
|
||||||
As
|
As
|
||||||
.Nm sudo
|
.Nm sudo
|
||||||
plugins run as
|
plugins run as
|
||||||
.Em root ,
|
.Sy root ,
|
||||||
accidentally importing such file would make it possible for any user
|
accidentally importing such file would make it possible for any user
|
||||||
(having write access) to execute any code with administrative rights.
|
(having write access) to execute any code with administrative rights.
|
||||||
.Pp
|
.Pp
|
||||||
|
@@ -214,7 +214,7 @@ Evaluates to true if the command was run as the specified
|
|||||||
By default,
|
By default,
|
||||||
\fBsudo\fR
|
\fBsudo\fR
|
||||||
runs commands as the
|
runs commands as the
|
||||||
\fIroot\fR
|
\fBroot\fR
|
||||||
user.
|
user.
|
||||||
.TP 8n
|
.TP 8n
|
||||||
todate \fIdate\fR
|
todate \fIdate\fR
|
||||||
|
@@ -197,7 +197,7 @@ Evaluates to true if the command was run as the specified
|
|||||||
By default,
|
By default,
|
||||||
.Nm sudo
|
.Nm sudo
|
||||||
runs commands as the
|
runs commands as the
|
||||||
.Em root
|
.Sy root
|
||||||
user.
|
user.
|
||||||
.It todate Ar date
|
.It todate Ar date
|
||||||
Evaluates to true if the command was run on or prior to
|
Evaluates to true if the command was run on or prior to
|
||||||
|
Reference in New Issue
Block a user