Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/hardened/linux: use.force
Date: Mon, 01 Jun 2015 16:03:49
Message-Id: 20150601160345.5F5A7A19@oystercatcher.gentoo.org
1 vapier 15/06/01 16:03:45
2
3 Added: use.force
4 Log:
5 force enable ssp/pie USE flags; they are infrequent currently, but gcc will transition from USE=no{ssp,pie} to USE={ssp,pie} and we do not want to break existing users. plus it just makes sense as this is the hardened profile.
6
7 Revision Changes Path
8 1.1 profiles/hardened/linux/use.force
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/use.force?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/use.force?rev=1.1&content-type=text/plain
12
13 Index: use.force
14 ===================================================================
15 # Copyright 1999-2015 Gentoo Foundation
16 # Distributed under the terms of the GNU General Public License v2
17 # $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/use.force,v 1.1 2015/06/01 16:03:45 vapier Exp $
18
19 # Make sure people don't accidentally turn of ssp/pie in important packages.
20 pie
21 ssp