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/cyberfox.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/profile-a-l/cyberfox.profile') diff --git a/etc/profile-a-l/cyberfox.profile b/etc/profile-a-l/cyberfox.profile index d1fff0004..49f972e4a 100644 --- a/etc/profile-a-l/cyberfox.profile +++ b/etc/profile-a-l/cyberfox.profile @@ -5,13 +5,13 @@ include cyberfox.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.8pecxstudios -noblacklist ${HOME}/.cache/8pecxstudios +nodeny ${HOME}/.8pecxstudios +nodeny ${HOME}/.cache/8pecxstudios mkdir ${HOME}/.8pecxstudios mkdir ${HOME}/.cache/8pecxstudios -whitelist ${HOME}/.8pecxstudios -whitelist ${HOME}/.cache/8pecxstudios +allow ${HOME}/.8pecxstudios +allow ${HOME}/.cache/8pecxstudios # private-bin cyberfox,dbus-launch,dbus-send,env,sh,which # private-etc must first be enabled in firefox-common.profile -- cgit v1.2.3-54-g00ecf