Bug 223948 - [WPE][GTK] Geolocation is broken with bubblewrap sandbox enabled
Summary: [WPE][GTK] Geolocation is broken with bubblewrap sandbox enabled
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: Bubblewrap
  Show dependency treegraph
 
Reported: 2021-03-30 12:41 PDT by Michael Catanzaro
Modified: 2021-06-24 10:08 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 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.
Comment 1 Michael Catanzaro 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.