diff options
Diffstat (limited to 'profiles/features/multilib/package.use')
-rw-r--r-- | profiles/features/multilib/package.use | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/profiles/features/multilib/package.use b/profiles/features/multilib/package.use new file mode 100644 index 00000000..b171f871 --- /dev/null +++ b/profiles/features/multilib/package.use @@ -0,0 +1,6 @@ +# Copyright 1999-2016 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License, v2 + +# 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 |