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/seahorse.profile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'etc/profile-m-z/seahorse.profile') diff --git a/etc/profile-m-z/seahorse.profile b/etc/profile-m-z/seahorse.profile index d3d8e453f..66605173b 100644 --- a/etc/profile-m-z/seahorse.profile +++ b/etc/profile-m-z/seahorse.profile @@ -6,9 +6,9 @@ include seahorse.local # Persistent global definitions include globals.local -blacklist /tmp/.X11-unix +deny /tmp/.X11-unix -noblacklist ${HOME}/.gnupg +nodeny ${HOME}/.gnupg # Allow ssh (blacklisted by disable-common.inc) include allow-ssh.inc @@ -27,13 +27,13 @@ include disable-xdg.inc #mkdir ${HOME}/.ssh #whitelist ${HOME}/.gnupg #whitelist ${HOME}/.ssh -whitelist /tmp/ssh-* -whitelist /usr/share/gnupg -whitelist /usr/share/gnupg2 -whitelist /usr/share/seahorse -whitelist /usr/share/seahorse-nautilus -whitelist ${RUNUSER}/gnupg -whitelist ${RUNUSER}/keyring +allow /tmp/ssh-* +allow /usr/share/gnupg +allow /usr/share/gnupg2 +allow /usr/share/seahorse +allow /usr/share/seahorse-nautilus +allow ${RUNUSER}/gnupg +allow ${RUNUSER}/keyring #include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc -- cgit v1.2.3-54-g00ecf