Summary: | www-client/chromium[-suid]: FATAL:zygote_host_impl_linux.cc(116)] No usable sandbox! [...] | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michał Górny <mgorny> |
Component: | Current packages | Assignee: | Chromium Project <chromium> |
Status: | CONFIRMED --- | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
chromium-bt.txt
www-client:chromium-69.0.3497.57:20180827-131531.log.xz kernel-config.txt |
Description
Michał Górny
![]() ![]() ![]() ![]() Created attachment 545668 [details]
www-client:chromium-69.0.3497.57:20180827-131531.log.xz
(beware: it decompresses to 120 MiB)
Created attachment 545670 [details]
kernel-config.txt
Maybe strace -f might reveal a failing syscall? Also, if you have the memory, building with debug symbols might be useful. Even if you can't enable full debug symbols, enabling FEATURES="nostrip" might give us a function name to look at. Ok, finally figured it out. It turns out you need to manually set /proc/sys/kernel/unprivileged_userns_clone to 1. Maybe we should install sysctl.d for it when USE=-suid? Hmm, I see that this is not present in mainline kernel but is a Debian patch that's also included in -pf kernels. I suppose some documentation on this might be helpful but feel free to reject. |