Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: "operation not permitted"



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