diff options
author | Magnus Granberg <zorry@gentoo.org> | 2017-12-07 01:57:21 +0100 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2017-12-07 01:57:21 +0100 |
commit | 558ee3831cd1874b43d77b51600813842621993f (patch) | |
tree | b21c0e57e3e5901dcb6f16e643ac486f95ef0f80 /profiles/features | |
parent | net-analyzer/nagios-plugin-check_raid: keyworded 4.0.8 for ~sparc (thanks to ... (diff) | |
download | gentoo-558ee3831cd1874b43d77b51600813842621993f.tar.gz gentoo-558ee3831cd1874b43d77b51600813842621993f.tar.bz2 gentoo-558ee3831cd1874b43d77b51600813842621993f.zip |
profiles: set -ptpax in the hardened new 17.0 profile
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/hardened/make.defaults | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/features/hardened/make.defaults b/profiles/features/hardened/make.defaults index 1f5030f9a41b..f63895853347 100644 --- a/profiles/features/hardened/make.defaults +++ b/profiles/features/hardened/make.defaults @@ -16,6 +16,7 @@ PROFILE_IS_HARDENED=1 # We set the default markings to XATTR_PAX PAX_MARKINGS="XT" +USE="${USE} -ptpax" # Default starting set of USE flags for all default/linux profiles. # We unset them so we get a clean use flag profile. |