[gnome-builder] org.gnome.Builder.json: Limit filesystem to home rather than host



commit 11a02a8d19b26b151d810c071e0a28278f5468ba
Author: Patrick Griffis <tingping tingping se>
Date:   Wed Jan 18 16:47:26 2017 -0500

    org.gnome.Builder.json: Limit filesystem to home rather than host
    
    We probably don't gain much from including host.

 org.gnome.Builder.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/org.gnome.Builder.json b/org.gnome.Builder.json
index da47eb5..fd348f0 100644
--- a/org.gnome.Builder.json
+++ b/org.gnome.Builder.json
@@ -15,7 +15,7 @@
         /* Wayland access */
         "--socket=wayland",
         /* We want full fs access */
-        "--filesystem=host",
+        "--filesystem=home",
         /* Needs to talk to the network: */
         "--share=network",
         "--talk-name=org.gtk.vfs.*",


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