profile: features/hardened set PAX_MARKINGS to none
authorMagnus Granberg <zorry@gentoo.org>
Tue, 11 Jun 2019 00:07:03 +0000 (02:07 +0200)
committerMagnus Granberg <zorry@gentoo.org>
Tue, 11 Jun 2019 00:07:03 +0000 (02:07 +0200)
We no longer pax mark packages as default.

Signed-off-by: Magnus Granberg <zorry@gentoo.org>
profiles/features/hardened/make.defaults

index 88e165c4611a71f42bb99ac77f57736357972f31..cd5eaf2d56556d8eb9a8a197f3c60e355940231f 100644 (file)
@@ -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 <jmbsvicetto@gentoo.org> (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.