diff options
author | Sam James <sam@gentoo.org> | 2021-11-04 00:31:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-04 00:32:13 +0000 |
commit | 0410a141e0a13133097d422078f5edaf2894dc1a (patch) | |
tree | f8071a12f7541c0ecd3e77c2b0702171ad956b19 /profiles/package.mask | |
parent | mail-client/thunderbird: sync with mail-client/thunderbird-bin (diff) | |
download | gentoo-0410a141e0a13133097d422078f5edaf2894dc1a.tar.gz gentoo-0410a141e0a13133097d422078f5edaf2894dc1a.tar.bz2 gentoo-0410a141e0a13133097d422078f5edaf2894dc1a.zip |
profiles: mask newer sandbox versions w/ ptrace issues
Masking for now to avoid duplicate reports of known issues;
hangs when emerging e.g. Firefox and seemingly anything Go
based are nasty.
One of the bugs (821403) should be OK now but tagging
anyway for reference.
Bug: https://bugs.gentoo.org/821532
Bug: https://bugs.gentoo.org/821523
Bug: https://bugs.gentoo.org/821403
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/package.mask')
-rw-r--r-- | profiles/package.mask | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/package.mask b/profiles/package.mask index 584f948918f2..c9c75a0eb7f5 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,14 @@ #--- END OF EXAMPLES --- +# Sam James <sam@gentoo.org> (2021-11-03) +# Known issues with YAMA (kernel.yama.ptrace_scope=1) which is on by default +# in at least the sys-kernel/gento-kernel kernel config. +# Work is in progress to fix these but latest sandbox versions still seem +# to cause hangs in some situations. Mask for now to avoid duplicate reports. +# bug #821532, bug #821523 (and bug #821403 but shouldn't be in 3.1+). +>=sys-apps/sandbox-3.0 + # Volkmar W. Pogatzki <gentoo@pogatzki.net> (2021-11-01) # Unused library and virtual, removal on 2021-12-01 dev-java/jamon |