diff options
author | Sam James <sam@gentoo.org> | 2022-12-31 14:52:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-31 14:53:20 +0000 |
commit | 45c610a03a0686bb89dbea1f45018aa1cd034612 (patch) | |
tree | 1ddcca6d9e551fc11f1720fd4aa031a5d49e83fb /profiles | |
parent | app-alternatives/bzip2-1: add prefix Prefix keywords (diff) | |
download | gentoo-45c610a03a0686bb89dbea1f45018aa1cd034612.tar.gz gentoo-45c610a03a0686bb89dbea1f45018aa1cd034612.tar.bz2 gentoo-45c610a03a0686bb89dbea1f45018aa1cd034612.zip |
profiles/base: mask sys-apps/pax-utils[seccomp]
As noted in mask message, this is far too risky for new libcs/newer versions
of libc/sandbox changes and it leads to Portage generating invalid metadata.
Portage does warn on it right now though, at least.
Bug: https://bugs.gentoo.org/815877
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/package.use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 26983de4b5a7..9bc955e09478 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,11 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Sam James <sam@gentoo.org> (2022-12-31) +# seccomp cannot be disabled via a runtime toggle which introduces substantial +# fragility to Portage which relies on pax-utils' scanelf heavily. bug #815877. +app-misc/pax-utils seccomp + # Sam James <sam@gentoo.org> (2022-12-29) # Needs yet-unpackaged libxmlpp-5.0, bug #888898 www-client/elinks javascript |