aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/patch.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-m-z/patch.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-m-z/patch.profile')
-rw-r--r--etc/profile-m-z/patch.profile1
1 files changed, 1 insertions, 0 deletions
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
10blacklist ${RUNUSER} 10blacklist ${RUNUSER}
11 11
12noblacklist ${DOCUMENTS} 12noblacklist ${DOCUMENTS}
13noblacklist ${PATH}/patch
13 14
14include disable-common.inc 15include disable-common.inc
15include disable-devel.inc 16include disable-devel.inc