Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-9 commit in: /
Date: Thu, 18 Aug 2022 15:53:13
Message-Id: 1648328538.c5dca7fe3158fccb49a74054b7ed8f98e73bf243.ulm@gentoo
1 commit: c5dca7fe3158fccb49a74054b7ed8f98e73bf243
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 21:02:18 2022 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 21:02:18 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=c5dca7fe
7
8 Replace "root user" by "superuser" throughout
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 ebuild-vars.tex | 2 +-
13 merge.tex | 8 ++++----
14 2 files changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/ebuild-vars.tex b/ebuild-vars.tex
17 index e7aab0a..5f3f583 100644
18 --- a/ebuild-vars.tex
19 +++ b/ebuild-vars.tex
20 @@ -256,7 +256,7 @@ The following tokens are permitted inside \t{RESTRICT}:
21 \item[strip] No stripping of debug symbols from files to be installed may be performed. In EAPIs
22 listed in table~\ref{tab:staging-area-commands} as supporting controllable stripping, this
23 behaviour may be altered by the \t{dostrip} command.
24 -\item[userpriv] The package manager may not drop root privileges when building the package.
25 +\item[userpriv] The package manager may not drop superuser privileges when building the package.
26 \item[test] The \t{src_test} phase must not be run.
27 \end{description}
28
29
30 diff --git a/merge.tex b/merge.tex
31 index 0e6738d..6fcfeec 100644
32 --- a/merge.tex
33 +++ b/merge.tex
34 @@ -25,9 +25,9 @@ The owner, group and mode (including set*id and sticky bits) of the directory mu
35 except as follows:
36
37 \begin{compactitem}
38 -\item Any directory owned by the user used to perform the build must become owned by the root user.
39 +\item Any directory owned by the user used to perform the build must become owned by the superuser.
40 \item Any directory whose group is the primary group of the user used to perform the build must have
41 - its group be that of the root user.
42 + its group be that of the superuser.
43 \end{compactitem}
44
45 On SELinux systems, the SELinux context must also be preserved. Other directory attributes, including
46 @@ -53,9 +53,9 @@ The owner, group and mode (including set*id and sticky bits) of the file must be
47 as follows:
48
49 \begin{compactitem}
50 -\item Any file owned by the user used to perform the build must become owned by the root user.
51 +\item Any file owned by the user used to perform the build must become owned by the superuser.
52 \item Any file whose group is the primary group of the user used to perform the build must have
53 - its group be that of the root user.
54 + its group be that of the superuser.
55 \item The package manager may reduce read and write permissions on executable files that have a
56 set*id bit set.
57 \end{compactitem}