Hello, I’m trying to launch apps, that heavily relay on SGX, in LXD containers. Apps are already inside docker-images, so I need pass SGX through LXD to Docker.
I’ve tryied profile with:
path: /dev/isgx
source: /dev/isgx
type: disk
But it failed.
What you can advice in such case?