diff options
author | 2018-06-21 11:10:26 +0200 | |
---|---|---|
committer | 2018-06-21 12:53:02 +0200 | |
commit | 81da9a4ecc45e7d3cbebbec97b86c2c7a9c7e3fa (patch) | |
tree | 6e7ff932d4fda28a7f98b46356d2f69a9fe7bf16 /profiles | |
parent | virtual/libc: block real packages for prefix-guest (diff) | |
download | gentoo-81da9a4ecc45e7d3cbebbec97b86c2c7a9c7e3fa.tar.gz gentoo-81da9a4ecc45e7d3cbebbec97b86c2c7a9c7e3fa.tar.bz2 gentoo-81da9a4ecc45e7d3cbebbec97b86c2c7a9c7e3fa.zip |
profiles/prefix: advance seccomp to use.mask
There are more packages than just app-misc/pax-utils that may use it,
so advance seccomp from package.use.mask to use.mask.
Bug: https://bugs.gentoo.org/585756
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/prefix/package.use.mask | 5 | ||||
-rw-r--r-- | profiles/prefix/use.mask | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/profiles/prefix/package.use.mask b/profiles/prefix/package.use.mask index b97a4bb71789..aa30efa71a27 100644 --- a/profiles/prefix/package.use.mask +++ b/profiles/prefix/package.use.mask @@ -1,11 +1,6 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# Fabian Groffen <grobian@gentoo.org> (27 Jun 2016) -# sys-libs/libseccomp is a linux interface, not sure if it will work -# in prefix for Linux either, bug #585756 -app-misc/pax-utils seccomp - # Mikle Kolyada <zlogene@gentoo.org> (29 Nov 2014) # Masked because of lack of manpower/time (bug #497068) dev-vcs/git mediawiki mediawiki-experimental diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask index 134085a9be51..80601532ae21 100644 --- a/profiles/prefix/use.mask +++ b/profiles/prefix/use.mask @@ -1,6 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michael Haubenwallner <haubi@gentoo.org> (21 Jun 2018) +# sys-libs/libseccomp is a linux interface, not sure if it will work +# in prefix for Linux either, bug #585756 +seccomp + # Mask all glibc/linux combination, unmasked in the appropriate profiles elibc_glibc kernel_linux |