aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-a-l/ani-cli.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2023-08-25 01:55:52 +0000
committerLibravatar GitHub <noreply@github.com>2023-08-25 01:55:52 +0000
commitdd5ae0d8f41cb7f054506c8cf373c8b609429d1b (patch)
treee27c4c7d6c9cf0bb396b9dfa70051c01ccc03c60 /etc/profile-a-l/ani-cli.profile
parentprofiles: move ~/.rustup blacklist to disable-programs.inc (#5969) (diff)
downloadfirejail-dd5ae0d8f41cb7f054506c8cf373c8b609429d1b.tar.gz
firejail-dd5ae0d8f41cb7f054506c8cf373c8b609429d1b.tar.zst
firejail-dd5ae0d8f41cb7f054506c8cf373c8b609429d1b.zip
profiles: patch fixes (#5970)
Commit 3077b2d1f blacklists `${PATH}/patch` in disable-devel.inc[1]. We need to noblacklist it in the profiles that need it. [1] https://github.com/netblue30/firejail/commit/3077b2d1ff6c6e26a83487ae460985157b5c61fd
Diffstat (limited to 'etc/profile-a-l/ani-cli.profile')
-rw-r--r--etc/profile-a-l/ani-cli.profile1
1 files changed, 1 insertions, 0 deletions
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
10 10
11noblacklist ${HOME}/.cache/ani-cli 11noblacklist ${HOME}/.cache/ani-cli
12noblacklist ${HOME}/.local/state/ani-cli 12noblacklist ${HOME}/.local/state/ani-cli
13noblacklist ${PATH}/patch
13 14
14# Allow /bin/sh (blacklisted by disable-shell.inc) 15# Allow /bin/sh (blacklisted by disable-shell.inc)
15include allow-bin-sh.inc 16include allow-bin-sh.inc