commit: 5591d00f60e810160f78fa32a66fdbed591ddb7f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Sep 20 00:01:35 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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 <[email protected]> (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"
