From 4c07e32781f58ac749b8922533c5a85eced4eecc Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Thu, 19 Oct 2017 21:36:34 -0400 Subject: [PATCH] profiles: remove pax_kernel from default use flags 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 | 6 +++--- profiles/hardened/linux/make.defaults | 6 +++--- profiles/hardened/linux/musl/make.defaults | 6 +++--- profiles/hardened/linux/uclibc/make.defaults | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/profiles/features/hardened/make.defaults b/profiles/features/hardened/make.defaults index f753f571b723..d83d7eab8856 100644 --- a/profiles/features/hardened/make.defaults +++ b/profiles/features/hardened/make.defaults @@ -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 (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 diff --git a/profiles/hardened/linux/make.defaults b/profiles/hardened/linux/make.defaults index f753f571b723..d83d7eab8856 100644 --- a/profiles/hardened/linux/make.defaults +++ b/profiles/hardened/linux/make.defaults @@ -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 (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 diff --git a/profiles/hardened/linux/musl/make.defaults b/profiles/hardened/linux/musl/make.defaults index ec5b4ed52d25..518c214765bc 100644 --- a/profiles/hardened/linux/musl/make.defaults +++ b/profiles/hardened/linux/musl/make.defaults @@ -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" diff --git a/profiles/hardened/linux/uclibc/make.defaults b/profiles/hardened/linux/uclibc/make.defaults index c08f30f5e7f9..1212f635f54f 100644 --- a/profiles/hardened/linux/uclibc/make.defaults +++ b/profiles/hardened/linux/uclibc/make.defaults @@ -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" -- 2.26.2