diff options
Diffstat (limited to 'profiles/baldeagleos/1.0/linux-gnu/mix-ins/grsecurity/make.defaults')
| -rw-r--r-- | profiles/baldeagleos/1.0/linux-gnu/mix-ins/grsecurity/make.defaults | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/profiles/baldeagleos/1.0/linux-gnu/mix-ins/grsecurity/make.defaults b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/grsecurity/make.defaults new file mode 100644 index 000000000000..9907b38a15a2 --- /dev/null +++ b/profiles/baldeagleos/1.0/linux-gnu/mix-ins/grsecurity/make.defaults @@ -0,0 +1,15 @@ +# Copyright 1999-2019 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 + +BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened -jit -orc pax_kernel pic xtpax" + +USE="hardened -jit -orc pax_kernel pic urandom xtpax" + +PAX_MARKINGS="xt" + +# Ian Stakenvicius, 2014-09-03 +# Set a variable just to indicate that the current profile is a hardened one +# This variable can be leveraged in ebuilds for pkg_postinst messages that +# indicate said package is, say, configured in a way that defeats the purpose +# of running hardened. +PROFILE_IS_HARDENED=1 |
