[polari] flatpak: Request write access to logs



commit be50eeecc56ed8de22231a7e71f695c890db6850
Author: Florian Müllner <fmuellner gnome org>
Date:   Sun Aug 5 13:51:38 2018 +0200

    flatpak: Request write access to logs
    
    We only need read access if the telepathy-logger service is running
    in the host session, but as we nowadays run our own bunlded version
    if necessary, it's possible that we need write access as well.

 flatpak/org.gnome.Polari.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Polari.json b/flatpak/org.gnome.Polari.json
index 181e02e..ef3b45a 100644
--- a/flatpak/org.gnome.Polari.json
+++ b/flatpak/org.gnome.Polari.json
@@ -33,7 +33,7 @@
         /* Keyring */
         "--talk-name=org.freedesktop.secrets",
         /* log files written by tp-logger outside the sandbox */
-        "--filesystem=~/.local/share/TpLogger:ro",
+        "--filesystem=~/.local/share/TpLogger",
         "--env=TPL_LOG_DIR=.local/share",
         /* dconf */
         "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",


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