Comment 18 for bug 1945100

Revision history for this message
In , Jed Davis (jld-moz) wrote :

(In reply to Andrey from comment #5)
> Aug 16 10:43:07 dragonfly firefox-wayland.desktop[7487]: Sandbox: attempt to open unexpected file /usr/lib64/firefox/libdl.so.2
> Aug 16 10:43:07 dragonfly firefox-wayland.desktop[7487]: Sandbox: attempt to open unexpected file /lib64/libdl.so.2
> Aug 16 10:43:07 dragonfly firefox-wayland.desktop[7487]: Sandbox: attempt to open unexpected file /lib64/glibc-hwcaps/x86-64-v3/libdl.so.2

This looks like the dynamic loader trying to resolve `libdl.so.2`; a copy of `libwidevinecdm.so` I have locally (version `4.10.2209.1` if it matters) depends on it. But, the `libxul.so` from my Firefox build also depends on it, and so does the one in Fedora's package, so it should already be loaded. There's something odd going on here.