-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can data on peripherals be obtained in enclave? #414
Comments
Hi @feichuanshuo! While this is not supported yet, this feature is actually in progress. Stay tuned! |
Can you provide a simple idea? |
I'm also interested in this. @feichuanshuo the straightforward method would be that the SM access the device on behalf of the Enclave. So you would need to provide API thought the stack to get access to that. Line 80 in 874b3d8
@grg-haas could you share the ideas that you are cooking? |
@feichuanshuo @acaldaya I've opened a proof-of-concept PR for this at #418! |
I hope to obtain sensor data in enclave to ensure data security!
The text was updated successfully, but these errors were encountered: