Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/hardened/amd64/
Date: Sat, 27 Nov 2021 19:47:38
Message-Id: 1638042408.10bad611687710903699c02b6a0d12280337f96b.sam@gentoo
1 commit: 10bad611687710903699c02b6a0d12280337f96b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 27 19:44:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 27 19:46:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bad611
7
8 profiles/features/hardened/amd64: unmask CET
9
10 The plan is to unmask CET in base entirely soon but let's allow it
11 to soak in hardened first.
12
13 We'll then switch to enabling USE=cet by default in hardened later.
14
15 See: https://github.com/gentoo/gentoo/pull/21588
16 Signed-off-by: Sam James <sam <AT> gentoo.org>
17
18 profiles/features/hardened/amd64/package.use.mask | 11 +++++++++++
19 1 file changed, 11 insertions(+)
20
21 diff --git a/profiles/features/hardened/amd64/package.use.mask b/profiles/features/hardened/amd64/package.use.mask
22 new file mode 100644
23 index 000000000000..c1152ea1c608
24 --- /dev/null
25 +++ b/profiles/features/hardened/amd64/package.use.mask
26 @@ -0,0 +1,11 @@
27 +# Copyright 1999-2021 Gentoo Authors
28 +# Distributed under the terms of the GNU General Public License v2
29 +
30 +# Sam James <sam@g.o> (2021-11-27)
31 +# Unmask CET here. It works on amd64 and this is the hardened profile.
32 +sys-devel/binutils -cet
33 +sys-devel/binutils-hppa64 -cet
34 +sys-devel/gdb -cet
35 +sys-libs/binutils-libs -cet
36 +sys-libs/glibc -cet
37 +sys-devel/gcc -cet