diff options
author | Sam James <sam@gentoo.org> | 2022-09-20 01:01:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-20 01:02:10 +0100 |
commit | 5591d00f60e810160f78fa32a66fdbed591ddb7f (patch) | |
tree | 0b4bf1aeac4dfe4c71a3bae5e0f3cd93be09beba /profiles/features/hardened | |
parent | app-containers/buildah: drop 1.25.1, 1.27.0 (diff) | |
download | gentoo-5591d00f60e810160f78fa32a66fdbed591ddb7f.tar.gz gentoo-5591d00f60e810160f78fa32a66fdbed591ddb7f.tar.bz2 gentoo-5591d00f60e810160f78fa32a66fdbed591ddb7f.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/features/hardened')
-rw-r--r-- | profiles/features/hardened/make.defaults | 9 |
1 files changed, 1 insertions, 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 <jmbsvicetto@gentoo.org> (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" |