From fe0f975f447d59977d90c3226cc8c623b31b20b3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Mon, 5 Jul 2021 07:23:31 -0400 Subject: move whitelist/blacklist to allow/deny --- etc/profile-a-l/gnome-maps.profile | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'etc/profile-a-l/gnome-maps.profile') diff --git a/etc/profile-a-l/gnome-maps.profile b/etc/profile-a-l/gnome-maps.profile index 23aab343f..cf4eceee3 100644 --- a/etc/profile-a-l/gnome-maps.profile +++ b/etc/profile-a-l/gnome-maps.profile @@ -11,14 +11,14 @@ 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/maps-places.json +nodeny ${HOME}/.cache/champlain +nodeny ${HOME}/.cache/org.gnome.Maps +nodeny ${HOME}/.local/share/maps-places.json # Allow gjs (blacklisted by disable-interpreters.inc) include allow-gjs.inc -blacklist /usr/libexec +deny /usr/libexec include disable-common.inc include disable-devel.inc @@ -31,12 +31,12 @@ include disable-xdg.inc mkdir ${HOME}/.cache/champlain mkfile ${HOME}/.local/share/maps-places.json -whitelist ${HOME}/.cache/champlain -whitelist ${HOME}/.local/share/maps-places.json -whitelist ${DOWNLOADS} -whitelist ${PICTURES} -whitelist /usr/share/gnome-maps -whitelist /usr/share/libgweather +allow ${HOME}/.cache/champlain +allow ${HOME}/.local/share/maps-places.json +allow ${DOWNLOADS} +allow ${PICTURES} +allow /usr/share/gnome-maps +allow /usr/share/libgweather include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc -- cgit v1.2.3-70-g09d2