RESOLVED INVALID Bug 223948
[WPE][GTK] Geolocation is broken with bubblewrap sandbox enabled
https://bugs.webkit.org/show_bug.cgi?id=223948
Summary [WPE][GTK] Geolocation is broken with bubblewrap sandbox enabled
Michael Catanzaro
Reported 2021-03-30 12:41:25 PDT
WebKit attempts to use geoclue D-Bus APIs from the web process, but this is not allowed by the bubblewrap sandbox. BubblewrapLauncher could easily allow access to geoclue D-Bus APIs, but we should not do that. The proper fix is to talk to the geolocation portal instead of attempting to use geoclue directly. This could be solved at the same time as bug #218121.
Attachments
Michael Catanzaro
Comment 1 2021-03-30 13:05:41 PDT
I'm wrong, Adrian points out that geoclue is only accessed from the UI process. I think something else is wrong with my geoclue.
Note You need to log in before you can comment on or make changes to this bug.