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/gnome-passwordsafe.profile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'etc/profile-a-l/gnome-passwordsafe.profile') diff --git a/etc/profile-a-l/gnome-passwordsafe.profile b/etc/profile-a-l/gnome-passwordsafe.profile index fee5f88b9..d2cf828cc 100644 --- a/etc/profile-a-l/gnome-passwordsafe.profile +++ b/etc/profile-a-l/gnome-passwordsafe.profile @@ -6,14 +6,14 @@ include gnome-passwordsafe.local # Persistent global definitions include globals.local -noblacklist ${DOCUMENTS} -noblacklist ${HOME}/*.kdb -noblacklist ${HOME}/*.kdbx +nodeny ${DOCUMENTS} +nodeny ${HOME}/*.kdb +nodeny ${HOME}/*.kdbx # Allow python (blacklisted by disable-interpreters.inc) include allow-python3.inc -blacklist /usr/libexec +deny /usr/libexec include disable-common.inc include disable-devel.inc @@ -24,8 +24,8 @@ include disable-programs.inc include disable-shell.inc include disable-xdg.inc -whitelist /usr/share/cracklib -whitelist /usr/share/passwordsafe +allow /usr/share/cracklib +allow /usr/share/passwordsafe include whitelist-runuser-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2