Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: "operation not permitted"
- X-seq: zsh-users 24205
- From: TJ Luoma <luomat@xxxxxxxxx>
- To: Zsh MailingList <zsh-users@xxxxxxx>
- Subject: Re: "operation not permitted"
- Date: Wed, 4 Sep 2019 10:09:50 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=KvA02Sp+HsZlH6bvQd2YQVEQruIaOVFf4JiZQjb4c7A=; b=d1cLiLBlnFObMmQlOVDwamcauW2uRsgtMgzrHl8n9RNtazdOtPEpPSCWJlb4pZYjj5 LTSxDxHcOs7sBA9nhcMoAMWTvgabImhMsCLeUz+MVCdEeVPhAADRT3j2RASdbJjrJSNL 7CEoM38ZnECTB2ukPH7Fai7DZMvn8qjjQZrBy5nGyk/FqxVSC2rht31hen94vcX06l9v +1WkbO6qfM4OiPU1g0J/Uo/+bqtk1xcMLhYuQjbMNh6IGJHcVKBV2iXrtkJ1ZA/t2GLM Y7Mqoj9tKoXLJgGaaKgTr75HBpHqRBtarL/PKSKiQdSgphqlGUjIDyMJLFq7vnqGX/1p gQ+A==
- In-reply-to: <CADjGqHsF_5Q93hrUZdjWGiLr74efwBefeMWjPkv2r3FADRxufw@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CADjGqHsF_5Q93hrUZdjWGiLr74efwBefeMWjPkv2r3FADRxufw@mail.gmail.com>
It appears that this may have something to do with macOS's
"Quarantine" system and be related to the fact that these scripts were
"downloaded" from another Mac. I'm still trying to figure out exactly
what was the cause but the fix seems to be running this:
find /path/to/file/ -exec xattr -d com.apple.quarantine {} 2> /dev/null \;
on any "offending" scripts.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author