diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-04-05 22:12:03 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-05 22:12:22 -0400 |
commit | b307b37bb8b409dc68713cd34c440af207680a47 (patch) | |
tree | 49bf923d9aed3b54dde40f06654ce783d6d985d3 /profiles/features | |
parent | www-client/google-chrome-unstable: automated update (diff) | |
download | gentoo-b307b37bb8b409dc68713cd34c440af207680a47.tar.gz gentoo-b307b37bb8b409dc68713cd34c440af207680a47.tar.bz2 gentoo-b307b37bb8b409dc68713cd34c440af207680a47.zip |
profiles: sandbox: enable all multilibs by default #579122
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/multilib/package.use | 7 |
1 files changed, 7 insertions, 0 deletions
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 |