←back to thread

2603 points mattsolle | 1 comments | | HN request time: 0.348s | source
Show context
rubatuga ◴[] No.25075246[source]
Does anybody now how to disable all hashing on macOS? The best I could do was disable GateKeeper with `sudo spctl --master-disable`.
replies(2): >>25075356 #>>25075912 #
LeoNatan25 ◴[] No.25075356[source]
You can also disable code signing enforcement and amfi by adding the following boot args:

cs_enforcement_disable=1 amfi_get_out_of_my_way=1

replies(2): >>25075600 #>>25075648 #
Wowfunhappy ◴[] No.25075600[source]
Would anyone be able to explain more specifically how cs_enforcement_disable is is different from disabling Gatekeeper?
replies(1): >>25085683 #
1. saagarjha ◴[] No.25085683[source]
I believe GateKeeper only works on first launch.