Bug 222116
Summary: | [Flatpak SDK] WebProcess sandboxing fails in current runtime | ||
---|---|---|---|
Product: | WebKit | Reporter: | Philippe Normand <pnormand> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Philippe Normand
When WebProcess sandboxing is enabled in Cog/MB the process launcher checks flatpak-spawn sandboxing capabilities by running:
flatpak-spawn --sandbox --sandbox-expose-path-ro-try=/this_path_doesnt_exist echo
which fails:
Portal call failed: Authorization error: Key file does not have group “Application”
because our /.flatpak-info file represents our SDK runtime, not a real app runtime.
Michael suggested we should make Cog/MB dedicated Flatpak apps.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |