Hello,
When trying to load our Audio kext, kextutil or kextload are not returning the user not approved error when trying to load the kexts. It doesn't return any error but kexts are not loaded.
On prior versions of OS (starting 10.13), they returned error 27, when trying to load the kext .
https://developer.apple.com/library/content/technotes/tn2459/_index.html
We try to check for the error code and then instruct user through our own prompt with instructions on how to "Allow". Now since it is not returning any error, we are not able to capture this case.
Any inputs here on how to get the error /status that kext needs user approval from these kext loading commands.
When trying to load our Audio kext, kextutil or kextload are not returning the user not approved error when trying to load the kexts. It doesn't return any error but kexts are not loaded.
On prior versions of OS (starting 10.13), they returned error 27, when trying to load the kext .
https://developer.apple.com/library/content/technotes/tn2459/_index.html
We try to check for the error code and then instruct user through our own prompt with instructions on how to "Allow". Now since it is not returning any error, we are not able to capture this case.
Any inputs here on how to get the error /status that kext needs user approval from these kext loading commands.