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

@@ -1535,14 +1535,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
.Em root
.Sy root
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
.Nm sudo
plugins run as
.Em root ,
.Sy root ,
accidentally importing such file would make it possible for any user
(having write access) to execute any code with administrative rights.
.Pp