diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-06-02 13:31:28 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-06-02 13:31:28 +0000 |
commit | 8f1794301cea727ca0d8116b4599af325a024ddc (patch) | |
tree | 92003b18e012d468e096a0bf49ab8e18b3c31c14 /profiles | |
parent | Added Kéwan Marconnet (tharvik) as proxy maintainer. (diff) | |
download | historical-8f1794301cea727ca0d8116b4599af325a024ddc.tar.gz historical-8f1794301cea727ca0d8116b4599af325a024ddc.tar.bz2 historical-8f1794301cea727ca0d8116b4599af325a024ddc.zip |
Enable sandbox on musl profiles
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/hardened/linux/musl/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/hardened/linux/musl/make.defaults b/profiles/hardened/linux/musl/make.defaults index cd19941e7ed8..55a3bb5b2b12 100644 --- a/profiles/hardened/linux/musl/make.defaults +++ b/profiles/hardened/linux/musl/make.defaults @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.2 2014/01/24 20:05:04 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/hardened/linux/musl/make.defaults,v 1.3 2014/06/02 13:31:28 blueness Exp $ ELIBC="musl" -FEATURES="sfperms strict" +FEATURES="sandbox sfperms strict" USE="hardened nptl pax_kernel pic unicode xattr -berkdb -jit -orc" BOOTSTRAP_USE="${BOOTSTRAP_USE} hardened nptl pax_kernel pic -berkdb -jit -orc" |