From b6c9bcb1f1ce9146a3e52b53f6653c597b7743f4 Mon Sep 17 00:00:00 2001 From: Magnus Granberg Date: Tue, 11 Jun 2019 02:07:03 +0200 Subject: [PATCH] profile: features/hardened set PAX_MARKINGS to none We no longer pax mark packages as default. Signed-off-by: Magnus Granberg --- profiles/features/hardened/make.defaults | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/profiles/features/hardened/make.defaults b/profiles/features/hardened/make.defaults index 88e165c4611a..cd5eaf2d5655 100644 --- a/profiles/features/hardened/make.defaults +++ b/profiles/features/hardened/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation. +# Copyright 1999-2019 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 # Jorge Manuel B. S. Vicetto (16 Nov 2011) @@ -14,8 +14,8 @@ USE="hardened pic xtpax -jit -orc" # of running hardened. PROFILE_IS_HARDENED=1 -# We set the default markings to XATTR_PAX -PAX_MARKINGS="XT" +# We set the default markings to none +PAX_MARKINGS="none" USE="${USE} -ptpax" # Default starting set of USE flags for all default/linux profiles. -- 2.26.2