|
|
|
|
|
by supermatt
2129 days ago
|
|
And, as a user, what is the mechanism for ad-hoc signing an unsigned binary on silicon? :) You can’t distribute ad-hoc signed binaries. You can’t disable/bypass the gatekeeper on silicon. If you have access to a transition kit you can see this for yourself. |
|
`codesign -s - my_binary`, though that would rarely be necessary unless you patched it in a hex editor or something, since otherwise it would have been automatically ad-hoc signed when it was linked.
> You can’t distribute ad-hoc signed binaries.
They have the same distribution restrictions on Apple silicon as on Intel. You can, but it requires the person running the binary to either (a) run it in a terminal, (b) right-click Open, or (c) use spctl --master-disable to disable Gatekeeper entirely.