Anyone know what this behavior is in MacOS (15.6 (24G84))?
# Command runs fine from /bin
$ /bin/sleep 1
# Copy to another directory, and it's killed.
$ cp /bin/sleep . ; ./sleep 1
zsh: killed ./sleep 1
Same thing for anything from /bin. I can run other executables from this directory, though.






β 

