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/apostrophe.profile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'etc/profile-a-l/apostrophe.profile') diff --git a/etc/profile-a-l/apostrophe.profile b/etc/profile-a-l/apostrophe.profile index 01566314f..020ae2812 100644 --- a/etc/profile-a-l/apostrophe.profile +++ b/etc/profile-a-l/apostrophe.profile @@ -6,9 +6,9 @@ include apostrophe.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.texlive20* -noblacklist ${DOCUMENTS} -noblacklist ${PICTURES} +nodeny ${HOME}/.texlive20* +nodeny ${DOCUMENTS} +nodeny ${PICTURES} # Allow lua (blacklisted by disable-interpreters.inc) include allow-lua.inc @@ -31,12 +31,12 @@ include disable-programs.inc include disable-shell.inc include disable-xdg.inc -whitelist /usr/libexec/webkit2gtk-4.0 -whitelist /usr/share/apostrophe -whitelist /usr/share/texlive -whitelist /usr/share/texmf -whitelist /usr/share/pandoc-* -whitelist /usr/share/perl5 +allow /usr/libexec/webkit2gtk-4.0 +allow /usr/share/apostrophe +allow /usr/share/texlive +allow /usr/share/texmf +allow /usr/share/pandoc-* +allow /usr/share/perl5 include whitelist-runuser-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2