From fc917b11d69f9e86d482c269865f7c959f5854c1 Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Sun, 6 Oct 2019 09:50:24 +0200 Subject: various profile fixes --- etc/disable-programs.inc | 3 +++ etc/gnome-maps.profile | 1 + etc/qtox.profile | 1 + etc/rhythmbox.profile | 1 + etc/utox.profile | 1 + etc/zathura.profile | 5 +++++ 6 files changed, 12 insertions(+) (limited to 'etc') diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc index b6025c750..9098d38c8 100644 --- a/etc/disable-programs.inc +++ b/etc/disable-programs.inc @@ -691,6 +691,7 @@ blacklist ${HOME}/.cache/Franz blacklist ${HOME}/.cache/INRIA blacklist ${HOME}/.cache/MusicBrainz blacklist ${HOME}/.cache/QuiteRss +blacklist ${HOME}/.cache/Tox blacklist ${HOME}/.cache/Zeal blacklist ${HOME}/.cache/akonadi* blacklist ${HOME}/.cache/atril @@ -763,6 +764,7 @@ blacklist ${HOME}/.cache/okular blacklist ${HOME}/.cache/opera blacklist ${HOME}/.cache/opera-beta blacklist ${HOME}/.cache/org.gnome.Books +blacklist ${HOME}/.cache/org.gnome.Maps blacklist ${HOME}/.cache/pdfmod blacklist ${HOME}/.cache/peek blacklist ${HOME}/.cache/plasmashell @@ -770,6 +772,7 @@ blacklist ${HOME}/.cache/plasmashellbookmarkrunnerfirefoxdbfile.sqlite* blacklist ${HOME}/.cache/qBittorrent blacklist ${HOME}/.cache/qupzilla blacklist ${HOME}/.cache/qutebrowser +blacklist ${HOME}/.cache/rhythmbox blacklist ${HOME}/.cache/simple-scan blacklist ${HOME}/.cache/slimjet blacklist ${HOME}/.cache/snox diff --git a/etc/gnome-maps.profile b/etc/gnome-maps.profile index 6f7f13c56..a625db948 100644 --- a/etc/gnome-maps.profile +++ b/etc/gnome-maps.profile @@ -9,6 +9,7 @@ include globals.local # when gjs apps are started via gnome-shell, firejail is not applied because systemd will start them noblacklist ${HOME}/.cache/champlain +noblacklist ${HOME}/.cache/org.gnome.Maps noblacklist ${HOME}/.local/share/flatpak noblacklist ${HOME}/.local/share/maps-places.json diff --git a/etc/qtox.profile b/etc/qtox.profile index c3e8fb95c..cb2a78920 100644 --- a/etc/qtox.profile +++ b/etc/qtox.profile @@ -6,6 +6,7 @@ include qtox.local # Persistent global definitions include globals.local +noblacklist ${HOME}/.cache/Tox noblacklist ${HOME}/.config/tox include disable-common.inc diff --git a/etc/rhythmbox.profile b/etc/rhythmbox.profile index b5f9941e3..ad8b1015e 100644 --- a/etc/rhythmbox.profile +++ b/etc/rhythmbox.profile @@ -7,6 +7,7 @@ include rhythmbox.local include globals.local noblacklist ${MUSIC} +noblacklist ${HOME}/.cache/rhythmbox noblacklist ${HOME}/.local/share/rhythmbox # Allow python (blacklisted by disable-interpreters.inc) diff --git a/etc/utox.profile b/etc/utox.profile index 454e3260b..9877ea889 100644 --- a/etc/utox.profile +++ b/etc/utox.profile @@ -6,6 +6,7 @@ include utox.local # Persistent global definitions include globals.local +noblacklist ${HOME}/.cache/Tox noblacklist ${HOME}/.config/tox include disable-common.inc diff --git a/etc/zathura.profile b/etc/zathura.profile index 0a7956efb..68a5701ee 100644 --- a/etc/zathura.profile +++ b/etc/zathura.profile @@ -12,6 +12,7 @@ noblacklist ${DOCUMENTS} include disable-common.inc include disable-devel.inc +include disable-exec.inc include disable-interpreters.inc include disable-passwdmgr.inc include disable-programs.inc @@ -32,6 +33,7 @@ novideo protocol unix seccomp shell none +tracelog private-bin zathura private-cache @@ -39,5 +41,8 @@ private-dev private-etc alternatives,fonts,machine-id private-tmp +mkdir ${HOME}/.config/zathura +mkdir ${HOME}/.local/share/zathura read-only ${HOME} +read-write ${HOME}/.config/zathura read-write ${HOME}/.local/share/zathura -- cgit v1.2.3-54-g00ecf