Skip to content

Commit

Permalink
profiles: patch fixes
Browse files Browse the repository at this point in the history
Commit da44ecb blacklists `${PATH}/patch` in disable-devel.inc[1]. We
need to noblacklist it in the profiles that need it.

[1] 3077b2d
  • Loading branch information
glitsj16 authored and kmk3 committed Aug 24, 2023
1 parent 72c6df3 commit 1343d25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/profile-a-l/ani-cli.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions etc/profile-a-l/lobster.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions etc/profile-m-z/patch.profile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ include globals.local
blacklist ${RUNUSER}

noblacklist ${DOCUMENTS}
noblacklist ${PATH}/patch

include disable-common.inc
include disable-devel.inc
Expand Down

0 comments on commit 1343d25

Please sign in to comment.