commit:     10bad611687710903699c02b6a0d12280337f96b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 19:44:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 19:46:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bad611

profiles/features/hardened/amd64: unmask CET

The plan is to unmask CET in base entirely soon but let's allow it
to soak in hardened first.

We'll then switch to enabling USE=cet by default in hardened later.

See: https://github.com/gentoo/gentoo/pull/21588
Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/features/hardened/amd64/package.use.mask | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/profiles/features/hardened/amd64/package.use.mask 
b/profiles/features/hardened/amd64/package.use.mask
new file mode 100644
index 000000000000..c1152ea1c608
--- /dev/null
+++ b/profiles/features/hardened/amd64/package.use.mask
@@ -0,0 +1,11 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Sam James <[email protected]> (2021-11-27)
+# Unmask CET here. It works on amd64 and this is the hardened profile.
+sys-devel/binutils -cet
+sys-devel/binutils-hppa64 -cet
+sys-devel/gdb -cet
+sys-libs/binutils-libs -cet
+sys-libs/glibc -cet
+sys-devel/gcc -cet

Reply via email to