Bug 189957 - [WPE][GTK] Implement a DConf proxy for sandbox
Summary: [WPE][GTK] Implement a DConf proxy for sandbox
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 189956
  Show dependency treegraph
 
Reported: 2018-09-25 11:23 PDT by Patrick Griffis
Modified: 2019-03-22 13:02 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Griffis 2018-09-25 11:23:27 PDT
We currently grant full access to DConf which is not ideal.

The idea is we have a proxy service that limits DConf reads/writes to a specific app-id.

This has overlap with the Flatpak project: https://github.com/flatpak/flatpak/issues/78
Comment 1 Michael Catanzaro 2019-03-22 09:53:47 PDT
Is this obsolete?
Comment 2 Patrick Griffis 2019-03-22 13:02:32 PDT
Yes xdg-desktop-portal grew a Settings portal that replaces GTK's usage of DConf so we removed the permission. Custom web extensions will just have to avoid using DConf if they do.