[gnome-documents] flatpak: Use home instead of host
- From: Christopher Davis <christopherdavis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] flatpak: Use home instead of host
- Date: Sun, 3 Mar 2019 09:52:18 +0000 (UTC)
commit e5d49d196880c21ac0a58b5d51fdee99bcf9bf49
Author: Christopher Davis <brainblasted disroot org>
Date: Sun Mar 3 04:08:35 2019 -0500
flatpak: Use home instead of host
I went a bit overboard in giving Documents host access. It really only needs home directory access.
flatpak/org.gnome.Documents.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Documents.json b/flatpak/org.gnome.Documents.json
index a9a4b109..1aec46e4 100644
--- a/flatpak/org.gnome.Documents.json
+++ b/flatpak/org.gnome.Documents.json
@@ -13,7 +13,7 @@
"--socket=wayland",
/* Read-only access to users documents */
/* Docs can be outside xdg-dirs */
- "--filesystem=host:ro",
+ "--filesystem=home:ro",
/* Needs to talk to the network: */
"--share=network",
"--talk-name=org.gnome.Mutter.DisplayConfig",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]