summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-03-26 22:02:18 +0100
committerUlrich Müller <ulm@gentoo.org>2022-03-26 22:02:18 +0100
commitc5dca7fe3158fccb49a74054b7ed8f98e73bf243 (patch)
tree686cda2e93970cd16ee03211713da97059608f5b
parentpkg-mgr-commands.tex: Specify file ownership for dobin more accurately (diff)
downloadpms-c5dca7fe3158fccb49a74054b7ed8f98e73bf243.tar.gz
pms-c5dca7fe3158fccb49a74054b7ed8f98e73bf243.tar.bz2
pms-c5dca7fe3158fccb49a74054b7ed8f98e73bf243.zip
Replace "root user" by "superuser" throughout
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--ebuild-vars.tex2
-rw-r--r--merge.tex8
2 files changed, 5 insertions, 5 deletions
diff --git a/ebuild-vars.tex b/ebuild-vars.tex
index e7aab0a..5f3f583 100644
--- a/ebuild-vars.tex
+++ b/ebuild-vars.tex
@@ -256,7 +256,7 @@ The following tokens are permitted inside \t{RESTRICT}:
\item[strip] No stripping of debug symbols from files to be installed may be performed. In EAPIs
listed in table~\ref{tab:staging-area-commands} as supporting controllable stripping, this
behaviour may be altered by the \t{dostrip} command.
-\item[userpriv] The package manager may not drop root privileges when building the package.
+\item[userpriv] The package manager may not drop superuser privileges when building the package.
\item[test] The \t{src_test} phase must not be run.
\end{description}
diff --git a/merge.tex b/merge.tex
index 0e6738d..6fcfeec 100644
--- a/merge.tex
+++ b/merge.tex
@@ -25,9 +25,9 @@ The owner, group and mode (including set*id and sticky bits) of the directory mu
except as follows:
\begin{compactitem}
-\item Any directory owned by the user used to perform the build must become owned by the root user.
+\item Any directory owned by the user used to perform the build must become owned by the superuser.
\item Any directory whose group is the primary group of the user used to perform the build must have
- its group be that of the root user.
+ its group be that of the superuser.
\end{compactitem}
On SELinux systems, the SELinux context must also be preserved. Other directory attributes, including
@@ -53,9 +53,9 @@ The owner, group and mode (including set*id and sticky bits) of the file must be
as follows:
\begin{compactitem}
-\item Any file owned by the user used to perform the build must become owned by the root user.
+\item Any file owned by the user used to perform the build must become owned by the superuser.
\item Any file whose group is the primary group of the user used to perform the build must have
- its group be that of the root user.
+ its group be that of the superuser.
\item The package manager may reduce read and write permissions on executable files that have a
set*id bit set.
\end{compactitem}