summaryrefslogtreecommitdiff
path: root/portal
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2019-12-04 13:24:53 +0100
committerAlexander Larsson <alexander.larsson@gmail.com>2019-12-04 13:41:20 +0100
commit849f448732558c624b24aa0a82b8eed8de1d00ef (patch)
tree6ad451c68d9c00f2926b1d0afd454e7995cf788f /portal
parent2166913eb1a0c77d5a3ae2c87861656714a67e3f (diff)
downloadflatpak-849f448732558c624b24aa0a82b8eed8de1d00ef.tar.gz
portal: Allow the ALLOW_A11Y flag
This was accidentally left out of the FLAGS_ALL define so it was denied.
Diffstat (limited to 'portal')
-rw-r--r--portal/flatpak-portal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/portal/flatpak-portal.h b/portal/flatpak-portal.h
index c03dbd9e..dc2cb721 100644
--- a/portal/flatpak-portal.h
+++ b/portal/flatpak-portal.h
@@ -53,6 +53,7 @@ typedef enum {
#define FLATPAK_SPAWN_SANDBOX_FLAGS_ALL (FLATPAK_SPAWN_SANDBOX_FLAGS_SHARE_DISPLAY | \
FLATPAK_SPAWN_SANDBOX_FLAGS_SHARE_SOUND | \
FLATPAK_SPAWN_SANDBOX_FLAGS_SHARE_GPU | \
- FLATPAK_SPAWN_SANDBOX_FLAGS_ALLOW_DBUS)
+ FLATPAK_SPAWN_SANDBOX_FLAGS_ALLOW_DBUS | \
+ FLATPAK_SPAWN_SANDBOX_FLAGS_ALLOW_A11Y)
#endif /* __FLATPAK_PORTAL_H__ */