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.profile | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'etc/profile-a-l/git.profile') diff --git a/etc/profile-a-l/git.profile b/etc/profile-a-l/git.profile index bfa0081c6..680e91085 100644 --- a/etc/profile-a-l/git.profile +++ b/etc/profile-a-l/git.profile @@ -7,33 +7,33 @@ include git.local # Persistent global definitions include globals.local -noblacklist ${HOME}/.config/git -noblacklist ${HOME}/.config/nano -noblacklist ${HOME}/.emacs -noblacklist ${HOME}/.emacs.d -noblacklist ${HOME}/.gitconfig -noblacklist ${HOME}/.git-credentials -noblacklist ${HOME}/.gnupg -noblacklist ${HOME}/.nanorc -noblacklist ${HOME}/.vim -noblacklist ${HOME}/.viminfo +nodeny ${HOME}/.config/git +nodeny ${HOME}/.config/nano +nodeny ${HOME}/.emacs +nodeny ${HOME}/.emacs.d +nodeny ${HOME}/.gitconfig +nodeny ${HOME}/.git-credentials +nodeny ${HOME}/.gnupg +nodeny ${HOME}/.nanorc +nodeny ${HOME}/.vim +nodeny ${HOME}/.viminfo # Allow ssh (blacklisted by disable-common.inc) include allow-ssh.inc -blacklist /tmp/.X11-unix -blacklist ${RUNUSER}/wayland-* +deny /tmp/.X11-unix +deny ${RUNUSER}/wayland-* include disable-common.inc include disable-exec.inc include disable-passwdmgr.inc include disable-programs.inc -whitelist /usr/share/git -whitelist /usr/share/git-core -whitelist /usr/share/gitgui -whitelist /usr/share/gitweb -whitelist /usr/share/nano +allow /usr/share/git +allow /usr/share/git-core +allow /usr/share/gitgui +allow /usr/share/gitweb +allow /usr/share/nano include whitelist-usr-share-common.inc include whitelist-var-common.inc -- cgit v1.2.3-54-g00ecf