diff --git a/etc/profile-a-l/ani-cli.profile b/etc/profile-a-l/ani-cli.profile index f34f6270b..afd76282c 100644 --- a/etc/profile-a-l/ani-cli.profile +++ b/etc/profile-a-l/ani-cli.profile @@ -10,6 +10,7 @@ include ani-cli.local noblacklist ${HOME}/.cache/ani-cli noblacklist ${HOME}/.local/state/ani-cli +noblacklist ${PATH}/patch # Allow /bin/sh (blacklisted by disable-shell.inc) include allow-bin-sh.inc diff --git a/etc/profile-a-l/lobster.profile b/etc/profile-a-l/lobster.profile index 4daa1d010..f9dc4f60c 100644 --- a/etc/profile-a-l/lobster.profile +++ b/etc/profile-a-l/lobster.profile @@ -17,6 +17,7 @@ noblacklist ${HOME}/.config/ueberzugpp noblacklist ${HOME}/.local/share/applications/lobster noblacklist ${HOME}/.local/share/lobster noblacklist ${PATH}/openssl +noblacklist ${PATH}/patch # Allow /bin/sh (blacklisted by disable-shell.inc) include allow-bin-sh.inc diff --git a/etc/profile-m-z/patch.profile b/etc/profile-m-z/patch.profile index 5a0f69f79..23e734b43 100644 --- a/etc/profile-m-z/patch.profile +++ b/etc/profile-m-z/patch.profile @@ -10,6 +10,7 @@ include globals.local blacklist ${RUNUSER} noblacklist ${DOCUMENTS} +noblacklist ${PATH}/patch include disable-common.inc include disable-devel.inc