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/gpg-agent.profile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'etc/profile-a-l/gpg-agent.profile') diff --git a/etc/profile-a-l/gpg-agent.profile b/etc/profile-a-l/gpg-agent.profile index 7f0b614b1..5fa66bb55 100644 --- a/etc/profile-a-l/gpg-agent.profile +++ b/etc/profile-a-l/gpg-agent.profile @@ -7,10 +7,10 @@ include gpg-agent.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.gnupg +nodeny ${HOME}/.gnupg -blacklist /tmp/.X11-unix -blacklist ${RUNUSER}/wayland-* +deny /tmp/.X11-unix +deny ${RUNUSER}/wayland-* include disable-common.inc include disable-devel.inc @@ -20,11 +20,11 @@ include disable-programs.inc include disable-xdg.inc mkdir ${HOME}/.gnupg -whitelist ${HOME}/.gnupg -whitelist ${RUNUSER}/gnupg -whitelist ${RUNUSER}/keyring -whitelist /usr/share/gnupg -whitelist /usr/share/gnupg2 +allow ${HOME}/.gnupg +allow ${RUNUSER}/gnupg +allow ${RUNUSER}/keyring +allow /usr/share/gnupg +allow /usr/share/gnupg2 include whitelist-common.inc include whitelist-runuser-common.inc include whitelist-usr-share-common.inc -- cgit v1.2.3-70-g09d2