[sound-juicer/wip/hadess/update-flatpak: 2/5] flatpak: Use --fallback-x11 socket




commit 56a241fbdbe3054f362b518517364244e5a4a40e
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Sep 7 12:08:50 2020 +0200

    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

 build-aux/org.gnome.SoundJuicer.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build-aux/org.gnome.SoundJuicer.json b/build-aux/org.gnome.SoundJuicer.json
index 124fa579..244c340a 100644
--- a/build-aux/org.gnome.SoundJuicer.json
+++ b/build-aux/org.gnome.SoundJuicer.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",
         /* audio CDs */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]