commit: c5dca7fe3158fccb49a74054b7ed8f98e73bf243 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 26 21:02:18 2022 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Mar 26 21:02:18 2022 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=c5dca7fe
Replace "root user" by "superuser" throughout Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-vars.tex | 2 +- merge.tex | 8 ++++---- 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}