summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg <zorry@gentoo.org>2011-08-31 22:47:29 +0000
committerMagnus Granberg <zorry@gentoo.org>2011-08-31 22:47:29 +0000
commit7161fd102a5bb090682b75edbe59e76fc428fd14 (patch)
tree9bfa26329dd38e98fa34d7144af4878d01e0b207 /profiles/hardened
parentMarked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo in bug... (diff)
downloadhistorical-7161fd102a5bb090682b75edbe59e76fc428fd14.tar.gz
historical-7161fd102a5bb090682b75edbe59e76fc428fd14.tar.bz2
historical-7161fd102a5bb090682b75edbe59e76fc428fd14.zip
Add pax_kenrel as defult on hardened
Diffstat (limited to 'profiles/hardened')
-rw-r--r--profiles/hardened/linux/make.defaults6
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/hardened/linux/make.defaults b/profiles/hardened/linux/make.defaults
index 467274f0fbf1..f2b6cf877e60 100644
--- a/profiles/hardened/linux/make.defaults
+++ b/profiles/hardened/linux/make.defaults
@@ -1,7 +1,7 @@
# Copyright 1999-2011 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.11 2011/02/13 18:09:39 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/make.defaults,v 1.12 2011/08/31 22:47:29 zorry Exp $
-STAGE1_USE="hardened nptl nptlonly pic -jit"
+STAGE1_USE="hardened nptl nptlonly pax_kernel pic -jit"
-USE="-fortran hardened -ipv6 -jit pic sysfs -unicode urandom"
+USE="-fortran hardened -ipv6 -jit pax_kernel pic sysfs -unicode urandom"