From e718e1dc1781b3bb5cd80233c217aea3b0e46755 Mon Sep 17 00:00:00 2001 From: Magnus Granberg Date: Sat, 7 Oct 2017 16:32:35 +0200 Subject: profiles: add features/hardened for the new 17.0 profile --- profiles/features/hardened/use.mask | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 profiles/features/hardened/use.mask (limited to 'profiles/features/hardened/use.mask') diff --git a/profiles/features/hardened/use.mask b/profiles/features/hardened/use.mask new file mode 100644 index 000000000000..e3999ad48706 --- /dev/null +++ b/profiles/features/hardened/use.mask @@ -0,0 +1,13 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +-hardened + +# precompiled headers are not compat with ASLR. +pch + +# prelink is masked for hardened +prelink + +# profile are incompatible when linking with pie +profile -- cgit v1.2.3-65-gdbad