From dd5ae0d8f41cb7f054506c8cf373c8b609429d1b Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Fri, 25 Aug 2023 01:55:52 +0000 Subject: 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 --- etc/profile-m-z/patch.profile | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/profile-m-z/patch.profile') 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 -- cgit v1.2.3-70-g09d2