|
|
|
|
|
by comex
2129 days ago
|
|
> And, as a user, what is the mechanism for ad-hoc signing an unsigned binary on silicon? :) `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. |
|
You CANNOT bypass gatekeeper on silicon - that is the whole point - otherwise there is no difference to the current behaviour.