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/ghostwriter.profile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'etc/profile-a-l/ghostwriter.profile') diff --git a/etc/profile-a-l/ghostwriter.profile b/etc/profile-a-l/ghostwriter.profile index 276ab76df..0577fe24f 100644 --- a/etc/profile-a-l/ghostwriter.profile +++ b/etc/profile-a-l/ghostwriter.profile @@ -6,10 +6,10 @@ include ghostwriter.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.config/ghostwriter -noblacklist ${HOME}/.local/share/ghostwriter -noblacklist ${DOCUMENTS} -noblacklist ${PICTURES} +nodeny ${HOME}/.config/ghostwriter +nodeny ${HOME}/.local/share/ghostwriter +nodeny ${DOCUMENTS} +nodeny ${PICTURES} include allow-lua.inc @@ -22,10 +22,10 @@ include disable-programs.inc include disable-shell.inc include disable-xdg.inc -whitelist /usr/share/ghostwriter -whitelist /usr/share/mozilla-dicts -whitelist /usr/share/texlive -whitelist /usr/share/pandoc* +allow /usr/share/ghostwriter +allow /usr/share/mozilla-dicts +allow /usr/share/texlive +allow /usr/share/pandoc* include whitelist-runuser-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2