commit:     7d32042ff5ea787bbf961fa6f83b7e97d306f292
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 22:58:34 2025 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 23:10:00 2025 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=7d32042f

Revert "make.globals: Set PORTAGE_USERNAME and PORTAGE_GRPNAME variables"

This reverts commit 5a652b1289830ccb0eb138ef0844a312d9531e0a
because it breaks "unprivileged" mode.

Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 cnf/make.globals | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/cnf/make.globals b/cnf/make.globals
index 9f5a19c181..94eac65684 100644
--- a/cnf/make.globals
+++ b/cnf/make.globals
@@ -55,10 +55,6 @@ BINPKG_GPG_VERIFY_BASE_COMMAND="/usr/bin/gpg --verify 
--batch --no-tty --no-auto
 # The binary package default GPG home directory for verify
 BINPKG_GPG_VERIFY_GPG_HOME="/etc/portage/gnupg"
 
-# The user and group will be used when drop root privileges
-PORTAGE_USERNAME="portage"
-PORTAGE_GRPNAME="portage"
-
 # The user and group will be used when drop root privileges during GPG verify
 GPG_VERIFY_USER_DROP="nobody"
 GPG_VERIFY_GROUP_DROP="nogroup"

Reply via email to