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/git-cola.profile | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'etc/profile-a-l/git-cola.profile') diff --git a/etc/profile-a-l/git-cola.profile b/etc/profile-a-l/git-cola.profile index 5e4249376..74b7506cf 100644 --- a/etc/profile-a-l/git-cola.profile +++ b/etc/profile-a-l/git-cola.profile @@ -8,12 +8,12 @@ include globals.local ignore noexec ${HOME} -noblacklist ${HOME}/.gitconfig -noblacklist ${HOME}/.git-credentials -noblacklist ${HOME}/.gnupg -noblacklist ${HOME}/.subversion -noblacklist ${HOME}/.config/git -noblacklist ${HOME}/.config/git-cola +nodeny ${HOME}/.gitconfig +nodeny ${HOME}/.git-credentials +nodeny ${HOME}/.gnupg +nodeny ${HOME}/.subversion +nodeny ${HOME}/.config/git +nodeny ${HOME}/.config/git-cola # Add your editor/diff viewer config paths and the next line to your git-cola.local to load settings. #noblacklist ${HOME}/ @@ -32,17 +32,17 @@ include disable-passwdmgr.inc include disable-programs.inc include disable-xdg.inc -whitelist ${RUNUSER}/gnupg -whitelist ${RUNUSER}/keyring +allow ${RUNUSER}/gnupg +allow ${RUNUSER}/keyring # Add additional whitelist paths below /usr/share to your git-cola.local to support your editor/diff viewer. -whitelist /usr/share/git -whitelist /usr/share/git-cola -whitelist /usr/share/git-core -whitelist /usr/share/git-gui -whitelist /usr/share/gitk -whitelist /usr/share/gitweb -whitelist /usr/share/gnupg -whitelist /usr/share/gnupg2 +allow /usr/share/git +allow /usr/share/git-cola +allow /usr/share/git-core +allow /usr/share/git-gui +allow /usr/share/gitk +allow /usr/share/gitweb +allow /usr/share/gnupg +allow /usr/share/gnupg2 include whitelist-runuser-common.inc include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-70-g09d2