Coder Social home page Coder Social logo

Comments (5)

CBSears avatar CBSears commented on July 24, 2024 1

Thanks. I'm running 10.12 Sierra, so sudo nvram boot-args="kext-dev-mode=1" won't work.

Rebooting to recovery mode (reboot, command-option-r), starting a shell, csrutil disable and reboot does work.

from pcm.

CBSears avatar CBSears commented on July 24, 2024 1

I'm submitting a pull request for MAC_HOWTO.txt to document how to do this:

kext Signing

If kextload.sh says the kext is "not loadable", you need to either disable System Integrity Protection or sign the kext.
You can disable SIP by rebooting into Recovery (reboot, command-option-R), opening a shell, csrutil disable and reboot again.
Signing a kext is more involved. You can't self-sign and will first need a Developer ID (https://developer.apple.com/contact/kext/)
You will then sign your kext with codesign(1).

from pcm.

bo01ean avatar bo01ean commented on July 24, 2024

You have to allow unsigned kexts:
https://developer.apple.com/library/content/documentation/Security/Conceptual/System_Integrity_Protection_Guide/KernelExtensions/KernelExtensions.html

Or sign the kext.

Allowing unsigned kexts is far easier.

from pcm.

opcm avatar opcm commented on July 24, 2024

@Olsonist I do not see your pull request. Could you please create one (again)?

from pcm.

kzjeef avatar kzjeef commented on July 24, 2024

For anyone meet same issue,

you can follow the instruction in this link to disable kext protection in your machine:

https://developer.apple.com/library/content/documentation/Security/Conceptual/System_Integrity_Protection_Guide/ConfiguringSystemIntegrityProtection/ConfiguringSystemIntegrityProtection.html#//apple_ref/doc/uid/TP40016462-CH5-SW1

the command to disable protection is

csrutil disable

from pcm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.