Hello,
I'm developing a kit which works with PCIe card (a calculation accelerator). The kit contains a dynamic library which communicates with PCIe card driver (dext) via userclient part. Test applications inside the kit works well.
The kit itself can be used as a python module.
But python app doesn't contain the userclient access entitlements and the communication with the driver is broken.
Is it possible to make/to sign a module (not application) to work with the hardware (PCIe card)? Or what is the common solution for such case?
One of the way is a disabling AMFI but it doesn't work for end-user.