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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 66BB5158094 for ; Tue, 20 Sep 2022 00:02:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2811E07C9; Tue, 20 Sep 2022 00:02:19 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E65CDE07C9 for ; Tue, 20 Sep 2022 00:02:18 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFFC9335D65 for ; Tue, 20 Sep 2022 00:02:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AA615DA for ; Tue, 20 Sep 2022 00:02:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1663632130.5591d00f60e810160f78fa32a66fdbed591ddb7f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/hardened/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/hardened/make.defaults X-VCS-Directories: profiles/features/hardened/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5591d00f60e810160f78fa32a66fdbed591ddb7f X-VCS-Branch: master Date: Tue, 20 Sep 2022 00:02:16 +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: 6e9b947c-5a3d-4a58-a45a-25104f321d49 X-Archives-Hash: 534db72655bd765fd4fbe6c85e42b373 commit: 5591d00f60e810160f78fa32a66fdbed591ddb7f Author: Sam James gentoo org> AuthorDate: Tue Sep 20 00:01:35 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Sep 20 00:02:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5591d00f profiles/features/hardened: drop odd USE defaults This leads to poor UX and there's no reason for hardened to deviate here -- none of these things make a system more hardened, they just lead to confusion. Closes: https://bugs.gentoo.org/871720 Bug: https://bugs.gentoo.org/831045 Signed-off-by: Sam James gentoo.org> profiles/features/hardened/make.defaults | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/profiles/features/hardened/make.defaults b/profiles/features/hardened/make.defaults index 2ce5764c5271..8843d9bdb2c8 100644 --- a/profiles/features/hardened/make.defaults +++ b/profiles/features/hardened/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Jorge Manuel B. S. Vicetto (2011-11-16) @@ -17,10 +17,3 @@ PROFILE_IS_HARDENED=1 # We set the default markings to none PAX_MARKINGS="none" USE="${USE} -ptpax" - -# Default starting set of USE flags for all default/linux profiles. -# We unset them so we get a clean use flag profile. -USE="${USE} -berkdb -gdbm" -USE="${USE} -fortran" -USE="${USE} -cli" -USE="${USE} -dri"