commit:     074abbedae346d8a7494c6d40478c14d41dace05
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 22 20:26:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 22 20:27:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074abbed

profiles/features/prefix: disable su in util-linux

The default in util-linux changed recently which causes problems
during Prefix (bootstrap). Let's disable it as su doesn't
make sesne in Prefix _usually_ (and it requires PAM in util-linux
anyway).

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/features/prefix/package.use | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/profiles/features/prefix/package.use 
b/profiles/features/prefix/package.use
index 1990af48d80a..2c6d13ceb043 100644
--- a/profiles/features/prefix/package.use
+++ b/profiles/features/prefix/package.use
@@ -1,3 +1,8 @@
+# Sam James <s...@gentoo.org> (2021-12-22)
+# We don't use 'su' in Prefix because it requires privileges
+# (And PAM for util-linux).
+sys-apps/util-linux -su
+
 # Don't enable the security measures for convienence
 sys-apps/portage -rsync-verify
 

Reply via email to