[gnome-books/wip/hadess/flatpak-updates: 3/3] flatpak: Remove network access




commit fcd4d1afc09ffecb85d1ffdc644f922192e7fc5b
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Mar 31 13:26:06 2021 +0200

    flatpak: Remove network access
    
    Nothing we do should be using the network.

 flatpak/org.gnome.Books.json | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/flatpak/org.gnome.Books.json b/flatpak/org.gnome.Books.json
index c9142ea0..b8dd8bb6 100644
--- a/flatpak/org.gnome.Books.json
+++ b/flatpak/org.gnome.Books.json
@@ -14,9 +14,7 @@
         /* OpenGL access */
         "--device=dri",
         /* Read-only access to users documents */
-        "--filesystem=xdg-documents:ro", "--filesystem=xdg-download:ro",
-        /* Needs to talk to the network: */
-        "--share=network"
+        "--filesystem=xdg-documents:ro", "--filesystem=xdg-download:ro"
     ],
     "cleanup": [ "/include", "/lib/pkgconfig",
                  "/share/pkgconfig", "/share/aclocal",


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