From: Mike Frysinger Date: Wed, 6 Apr 2016 02:12:03 +0000 (-0400) Subject: profiles: sandbox: enable all multilibs by default #579122 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b307b37bb8b409dc68713cd34c440af207680a47;p=gentoo.git profiles: sandbox: enable all multilibs by default #579122 --- diff --git a/profiles/features/multilib/package.use b/profiles/features/multilib/package.use new file mode 100644 index 000000000000..da9311154349 --- /dev/null +++ b/profiles/features/multilib/package.use @@ -0,0 +1,7 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 +# $Id$ + +# Enable all ABIs by default so we can protect any non-native binaries that +# might be executed. +sys-apps/sandbox abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_o32 abi_mips_n32 abi_mips_n64 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64