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/gjs.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/profile-a-l/gjs.profile') diff --git a/etc/profile-a-l/gjs.profile b/etc/profile-a-l/gjs.profile index ed68b3c2d..e00bb1dbf 100644 --- a/etc/profile-a-l/gjs.profile +++ b/etc/profile-a-l/gjs.profile @@ -8,10 +8,10 @@ include globals.local # when gjs apps are started via gnome-shell, firejail is not applied because systemd will start them -noblacklist ${HOME}/.cache/libgweather -noblacklist ${HOME}/.cache/org.gnome.Books -noblacklist ${HOME}/.config/libreoffice -noblacklist ${HOME}/.local/share/gnome-photos +nodeny ${HOME}/.cache/libgweather +nodeny ${HOME}/.cache/org.gnome.Books +nodeny ${HOME}/.config/libreoffice +nodeny ${HOME}/.local/share/gnome-photos # Allow gjs (blacklisted by disable-interpreters.inc) include allow-gjs.inc -- cgit v1.2.3-54-g00ecf