[libadwaita/wip/exalm/flatpak] demo: Tighten flatpak permissions




commit 6c3dcae4dc30250f9ced66132bd0face80797901
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Oct 14 04:14:52 2021 +0500

    demo: Tighten flatpak permissions
    
    x11 -> fallback-x11, and only leave device=dri and not all.
    
    Remove the a11y bus, it shouldn't be needed.

 demo/org.gnome.Adwaita1.Demo.json | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/demo/org.gnome.Adwaita1.Demo.json b/demo/org.gnome.Adwaita1.Demo.json
index f42c30b6..b2074e33 100644
--- a/demo/org.gnome.Adwaita1.Demo.json
+++ b/demo/org.gnome.Adwaita1.Demo.json
@@ -5,11 +5,10 @@
   "sdk": "org.gnome.Sdk",
   "command": "adwaita-1-demo",
   "finish-args": [
-    "--device=all",
+    "--device=dri",
     "--share=ipc",
     "--socket=wayland",
-    "--socket=x11",
-    "--talk-name=org.a11y.Bus",
+    "--socket=fallback-x11",
     "--env=GTK_PATH=/app/lib/gtk-4.0"
   ],
   "modules": [


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