profiles: remove pax_kernel from default use flags
authorZero_Chaos <zerochaos@gentoo.org>
Fri, 20 Oct 2017 01:36:34 +0000 (21:36 -0400)
committerZero_Chaos <zerochaos@gentoo.org>
Fri, 20 Oct 2017 01:36:34 +0000 (21:36 -0400)
With the removal of the only pax hardened kernel sources in gentoo, this
use flag default no longer makes sense.  I weep for all of us.
https://www.gentoo.org/news/2017/08/19/hardened-sources-removal.html

profiles/features/hardened/make.defaults
profiles/hardened/linux/make.defaults
profiles/hardened/linux/musl/make.defaults
profiles/hardened/linux/uclibc/make.defaults

index f753f571b7235a6ccdb4c06669c3823eef304aca..d83d7eab8856763aad115732910dd28e897388cd 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
 
 # Jorge Manuel B. S. Vicetto <jmbsvicetto@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"
+BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic xtpax -jit -orc"
 
-USE="hardened pax_kernel pic urandom xtpax -fortran -jit -orc"
+USE="hardened 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
index f753f571b7235a6ccdb4c06669c3823eef304aca..d83d7eab8856763aad115732910dd28e897388cd 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2014 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
 
 # Jorge Manuel B. S. Vicetto <jmbsvicetto@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"
+BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic xtpax -jit -orc"
 
-USE="hardened pax_kernel pic urandom xtpax -fortran -jit -orc"
+USE="hardened 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
index ec5b4ed52d256ab2fa56394e28674bab14774e52..518c214765bcbc23c48da7a15a016c056c305758 100644 (file)
@@ -1,12 +1,12 @@
-# Copyright 1999-2014 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
 
 ELIBC="musl"
 
 FEATURES="sandbox sfperms strict"
 
-USE="hardened nptl pax_kernel pic unicode -berkdb -jit -orc"
-BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -nls -orc"
+USE="hardened nptl pic unicode -berkdb -jit -orc"
+BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pic -berkdb -jit -nls -orc"
 
 SYMLINK_LIB="no"
 
index c08f30f5e7f90a7c6052a6f9ce06cc600b227025..1212f635f54ff6c4d80c690f0f4e1d6088ae4a4b 100644 (file)
@@ -1,5 +1,5 @@
-# Copyright 1999-2014 Gentoo Foundation.
+# Copyright 1999-2017 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
 
-USE="${USE} hardened pax_kernel pic -jit -orc"
-BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pax_kernel pic -jit -orc"
+USE="${USE} hardened pic -jit -orc"
+BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened pic -jit -orc"