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-m-z/openshot.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/profile-m-z/openshot.profile') diff --git a/etc/profile-m-z/openshot.profile b/etc/profile-m-z/openshot.profile index 6118630c4..ebb536b3e 100644 --- a/etc/profile-m-z/openshot.profile +++ b/etc/profile-m-z/openshot.profile @@ -6,8 +6,8 @@ include openshot.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.openshot -noblacklist ${HOME}/.openshot_qt +nodeny ${HOME}/.openshot +nodeny ${HOME}/.openshot_qt # Allow python (blacklisted by disable-interpreters.inc) include allow-python3.inc @@ -19,8 +19,8 @@ include disable-interpreters.inc include disable-passwdmgr.inc include disable-programs.inc -whitelist /usr/share/blender -whitelist /usr/share/inkscape +allow /usr/share/blender +allow /usr/share/inkscape include whitelist-runuser-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-54-g00ecf