Hi,
I have been trying to use the end point security extension. I am trying to build this through Xcode and build is successful. But when I install it the end point extension is throwing error saying that the binary is improperly signed.
I am doing this in a developer environment, SIP is off and developer mode is on.
I am able to see the system extension present when I run systemextension list.
The provisional profile also contains the necessary entitlements.
Error seen in system.log:
removing service since it exited with consistent failure - OS_REASON_CODESIGNING | When validating /Library/SystemExtensions/***
Code has restricted entitlements, but the validation of its code signature failed.
Unsatisfied Entitlements:
Binary is improperly signed.
Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
I have been trying to use the end point security extension. I am trying to build this through Xcode and build is successful. But when I install it the end point extension is throwing error saying that the binary is improperly signed.
I am doing this in a developer environment, SIP is off and developer mode is on.
I am able to see the system extension present when I run systemextension list.
The provisional profile also contains the necessary entitlements.
Error seen in system.log:
removing service since it exited with consistent failure - OS_REASON_CODESIGNING | When validating /Library/SystemExtensions/***
Code has restricted entitlements, but the validation of its code signature failed.
Unsatisfied Entitlements:
Binary is improperly signed.
Service only ran for 0 seconds. Pushing respawn out by 10 seconds.