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:
Todd C. Miller
2022-12-25 10:53:40 -07:00
parent 49f2d67070
commit 11aa808ef7
7 changed files with 9 additions and 9 deletions

View File

@@ -1884,14 +1884,14 @@ will not load the Python interpreter or the Python libraries.
.PP
By default, a Python plugin can only import Python modules which are
owned by
\fIroot\fR
\fBroot\fR
and are only writable by the owner.
The reason for this is to prevent a file getting imported accidentally
which is modifiable by a non-root user.
As
\fBsudo\fR
plugins run as
\fIroot\fR,
\fBroot\fR,
accidentally importing such file would make it possible for any user
(having write access) to execute any code with administrative rights.
.PP