Allow access to all portals

tingping/wmclass
Alexander Larsson 2016-06-09 16:03:54 +02:00
parent c800c59c54
commit 5e95d81d45
1 changed files with 1 additions and 1 deletions

View File

@ -2307,7 +2307,7 @@ static void
add_default_permissions (FlatpakContext *app_context)
{
flatpak_context_set_session_bus_policy (app_context,
"org.freedesktop.portal.Documents",
"org.freedesktop.portal.*",
FLATPAK_POLICY_TALK);
}