commit: 87e0614f38efdc0051a1e64274f108ca3d231745 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com> AuthorDate: Fri Oct 7 05:29:31 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Oct 7 07:27:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e0614f
profiles/base: Mask pax-kernel for app-emulation/virtualbox I don't have a current official grsec kernel but I wouldn't want to simply remove all support either, so just mask it for now because it's broken. Bug: https://bugs.gentoo.org/643466 Bug: https://bugs.gentoo.org/674872 Bug: https://bugs.gentoo.org/832161 Bug: https://bugs.gentoo.org/855722 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27670 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> profiles/base/package.use.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index f56d328b23a3..173ed23b289a 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,13 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Viorel Munteanu <[email protected]> (2022-10-07) +# Cannot test and fix pax-kernel related bugs on a current grsec kernel +# Mask the flag for now +# Bugs: #643466, #674872, #832161, #855722 +app-emulation/virtualbox pax-kernel +app-emulation/virtualbox-modules pax-kernel + # Sam James <[email protected]> (2022-10-02) # USE=compat / possibly allowing sys-libs/zlib needs to be figured out, # but packages want to use the actual zlib-ng library, so we need to
