From b307b37bb8b409dc68713cd34c440af207680a47 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 5 Apr 2016 22:12:03 -0400 Subject: [PATCH] profiles: sandbox: enable all multilibs by default #579122 --- profiles/features/multilib/package.use | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 profiles/features/multilib/package.use 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 -- 2.26.2