axs         14/09/03 18:48:15

  Modified:             make.defaults
  Log:
  add a var to hardened profiles to help ebuilds tell end-users about things 
that are bad to do on hardened, reviewed by Zero_Chaos and OKed by Zorry

Revision  Changes    Path
1.19                 profiles/hardened/linux/make.defaults

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/make.defaults?rev=1.19&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/make.defaults?rev=1.19&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/hardened/linux/make.defaults?r1=1.18&r2=1.19

Index: make.defaults
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- make.defaults       11 Feb 2014 16:47:27 -0000      1.18
+++ make.defaults       3 Sep 2014 18:48:15 -0000       1.19
@@ -1,9 +1,16 @@
 # Copyright 1999-2014 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 
1.18 2014/02/11 16:47:27 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 
1.19 2014/09/03 18:48:15 axs Exp $
 
 # Jorge Manuel B. S. Vicetto <jmbsvice...@gentoo.org> (16 Nov 2011)
 # Rename STAGE1_USE to BOOTSTRAP_USE and stack it to the parent value
 BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic xtpax -jit -orc"
 
 USE="hardened pax_kernel pic urandom xtpax -fortran -jit -orc"
+
+# Ian Stakenvicius, 2014-09-03
+# Set a variable just to indicate that the current profile is a hardened one
+# This variable can be leveraged in ebuilds for pkg_postinst messages that
+# indicate said package is, say, configured in a way that defeats the purpose
+# of running hardened.
+PROFILE_IS_HARDENED=1




Reply via email to