Bug 1631193 - drop Wayland permissions from flatpak r=mtabara

Firefox still does not default to Wayland when it's available (or when
X11 socket is not accessible). This can be changed by MOZ_ENABLE_WAYLAND=1
but as it's not the default, it's safer to just drop access to Wayland.

Differential Revision: https://phabricator.services.mozilla.com/D71448
This commit is contained in:
Bartłomiej Piotrowski 2020-04-20 15:26:13 +00:00
Родитель c0c6c9455a
Коммит 3bc9457deb
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -138,12 +138,11 @@ install -D -m755 launch-script.sh "${appdir}/bin/firefox"
flatpak build-finish build \ flatpak build-finish build \
--share=ipc \ --share=ipc \
--socket=wayland \
--socket=fallback-x11 \
--require-version=1.0.0 \
--share=network \ --share=network \
--socket=pulseaudio \ --socket=pulseaudio \
--socket=x11 \
--socket=pcsc \ --socket=pcsc \
--require-version=0.11.1 \
--persist=.mozilla \ --persist=.mozilla \
--filesystem=xdg-download:rw \ --filesystem=xdg-download:rw \
--device=all \ --device=all \