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/inkscape.profile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'etc/profile-a-l/inkscape.profile') diff --git a/etc/profile-a-l/inkscape.profile b/etc/profile-a-l/inkscape.profile index 35dd86b32..1a949b300 100644 --- a/etc/profile-a-l/inkscape.profile +++ b/etc/profile-a-l/inkscape.profile @@ -6,14 +6,14 @@ include inkscape.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.cache/inkscape -noblacklist ${HOME}/.config/inkscape -noblacklist ${HOME}/.inkscape -noblacklist ${DOCUMENTS} -noblacklist ${PICTURES} +nodeny ${HOME}/.cache/inkscape +nodeny ${HOME}/.config/inkscape +nodeny ${HOME}/.inkscape +nodeny ${DOCUMENTS} +nodeny ${PICTURES} # Allow exporting .xcf files -noblacklist ${HOME}/.config/GIMP -noblacklist ${HOME}/.gimp* +nodeny ${HOME}/.config/GIMP +nodeny ${HOME}/.gimp* # Allow python (blacklisted by disable-interpreters.inc) @@ -28,7 +28,7 @@ include disable-passwdmgr.inc include disable-programs.inc include disable-xdg.inc -whitelist /usr/share/inkscape +allow /usr/share/inkscape include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2