05-28-2022 02:13 PM - edited 05-28-2022 02:16 PM
I am using Composer 10.38.3 to make an installer of Karabiner - Elements, but I keep getting prompted for "System software from application 'Karabiner-VirtualHIDDevice-Manager' was blocked from loading". I am using the snapshot method to capture the installation which I am allowing said software to install. Also I have modified the owner/group to root/admin and applied to all sub folders and files. However, whenever I run the Self Service install, I still get prompted for the "Allow". The software does require Security & Privacy Input Monitoring which I have created a configuration profile for. I still think this is a permissions issue.
Solved! Go to Solution.
Posted on 05-31-2022 04:51 AM
Most likely not permissions. This is using words like HID and Device so it's probably a system extension or maybe a kext. Those need to be approved via a configuration profile to allow them to load.
https://technology.siprep.org/getting-the-team-id-of-kernel-extensions-in-macos-10-13-and-higher/
First link explains how to create a profile in Jamf Pro for this and the second will help you get the various ID's needed. Make sure you manually allow it load on one machine to extract that info.
Posted on 05-31-2022 04:51 AM
Most likely not permissions. This is using words like HID and Device so it's probably a system extension or maybe a kext. Those need to be approved via a configuration profile to allow them to load.
https://technology.siprep.org/getting-the-team-id-of-kernel-extensions-in-macos-10-13-and-higher/
First link explains how to create a profile in Jamf Pro for this and the second will help you get the various ID's needed. Make sure you manually allow it load on one machine to extract that info.
Posted on 05-31-2022 04:18 PM
@mainelysteve It was a system extension, and I used this command line found in your link to get the team identifier.
codesign -dv --verbose=4 /Applications/.Karabiner-VirtualHIDDevice-Manager.app/ 2>&1 | grep TeamIdentifier
Posted on 07-17-2023 10:14 PM
@roach can you please share your configuration for this software? We've had no success getting this software working with our current configuration profile.