diff options
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. |