From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37A581581D8 for ; Mon, 18 Nov 2024 16:45:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A8AFE08A8; Mon, 18 Nov 2024 16:45:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EEBEE08A8 for ; Mon, 18 Nov 2024 16:45:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D488335C2E for ; Mon, 18 Nov 2024 16:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1355D81 for ; Mon, 18 Nov 2024 16:45:35 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1731288687.149971ceeeda2dc830bcad1e8e6b410989f76846.floppym@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: cnf/, / X-VCS-Repository: proj/portage X-VCS-Files: NEWS cnf/make.globals X-VCS-Directories: cnf/ / X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 149971ceeeda2dc830bcad1e8e6b410989f76846 X-VCS-Branch: master Date: Mon, 18 Nov 2024 16:45:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e94a5a02-c027-4eaf-91a7-e89e797349be X-Archives-Hash: b7fede18dd5a107f1bd836114d56d4e1 commit: 149971ceeeda2dc830bcad1e8e6b410989f76846 Author: Mike Gilbert gentoo org> AuthorDate: Sun Nov 10 22:04:06 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Nov 11 01:31:27 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=149971ce make.globals: disable FEATURES="sfperms" by default Removing the read bit from suid binaries has questionable security benefit, and may cause problems for some software. Bug: https://bugs.gentoo.org/938164 Signed-off-by: Mike Gilbert gentoo.org> NEWS | 3 +++ cnf/make.globals | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ac0741d953..a9a2c0e80a 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,9 @@ Release notes take the form of the following optional categories: * Bug fixes * Cleanups +Security: +* make.globals: disable FEATURES="sfperms" by default (bug #938164). + Bug fixes: * depgraph: Ignore blockers when computing virtual deps visibility (PR #1387). diff --git a/cnf/make.globals b/cnf/make.globals index 33e99e9ec3..94eac65684 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -79,8 +79,7 @@ FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync merge-wait multilib-strict network-sandbox news parallel-fetch pkgdir-index-trusted pid-sandbox - preserve-libs protect-owned qa-unresolved-soname-deps - sandbox sfperms strict + preserve-libs protect-owned qa-unresolved-soname-deps sandbox strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"