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 /merge.tex
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>
Diffstat (limited to 'merge.tex')
-rw-r--r--merge.tex8
1 files changed, 4 insertions, 4 deletions
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}