summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorecontingency <ccontingency@gmail.com>2020-04-02 17:47:50 -0700
committerBastien Nocera <hadess@hadess.net>2020-09-01 11:46:48 +0200
commit854f9f07966440f19ce76aed3fca9119ca1c8af5 (patch)
tree6815bd7e040c1cd47d9861bdf1397e29368e4a3d
parent1f98dab98efbde9e116733693a446267e8911f61 (diff)
downloadtotem-854f9f07966440f19ce76aed3fca9119ca1c8af5.tar.gz
flatpak: Use --fallback-x11 socket
This prevents sandbox escape via X11 when using wayland. This option was introduced in flatpak version 0.11.3. See https://github.com/flathub/flathub/issues/1452
-rw-r--r--flatpak/org.gnome.Totem.Devel.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/flatpak/org.gnome.Totem.Devel.json b/flatpak/org.gnome.Totem.Devel.json
index c6c0f36d1..506c6f4a6 100644
--- a/flatpak/org.gnome.Totem.Devel.json
+++ b/flatpak/org.gnome.Totem.Devel.json
@@ -9,7 +9,7 @@
"desktop-file-name-suffix": " ☢️",
"finish-args": [
/* X11 + XShm access */
- "--share=ipc", "--socket=x11",
+ "--share=ipc", "--socket=fallback-x11",
/* Wayland access */
"--socket=wayland",
/* OpenGL access */