Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[GLIB] Be more selective about bublewrapping libdirs
https://bugs.webkit.org/show_bug.cgi?id=221709 Patch by Daniel Kolesa <dkolesa@igalia.com> on 2021-03-15 Reviewed by Carlos Garcia Campos. On 32-bit systems, bubblewrap lib32 instead of lib64. This unbreaks sandbox on some distributions that have lib32 (which glibc defaults its ld cache lookups to) but configure default libdir to lib rather than lib32. * UIProcess/Launcher/glib/BubblewrapLauncher.cpp: (WebKit::bubblewrapSpawn): Canonical link: https://commits.webkit.org/235284@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@274417 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information