Apple - Can't allow blocked software (HAXM) to run on macOS 10.13

This is a new feature in macOS High Sierra that blocks kernel extensions from 3rd-party developers until manually allowed via the Security & Privacy preferences pane. Note this is different from Gatekeeper — this blocks signed kexts until you allow them, and all unsigned kexts are blocked unless System Integrity Protection is disabled. Gatekeeper blocks unsigned apps from running until you allow them. Apple has some further details in TN2459: User-Approved Kernel Extension Loading.

According to reports such as this issue thread for Karabiner, programs that might be intercepting or simulating mouse clicks such as MagicPrefs or VNC could be at fault. If you can temporarily disable those programs, and be in front of the machine rather than connected remotely via Screen Sharing or similar, it will work.

As a more complex workaround, you can disable System Integrity Protection for kexts with csrutil enable --without kext, then reboot to the regular OS and ensure the Android emulator is working, then (optionally but recommended) reboot to Recovery Mode again and re-enable SIP with csrutil enable. This will automatically add all installed signed 3rd-party kexts to the whitelist.


I had this issue with both Google Drive and Karabiner elements not being allowed to load. I closed quit Chrome and the Allow button worked.