Skip to content
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

Virtual address capability (v-capability) support in the normal world #41

Open
Mingkai-Li opened this issue Sep 25, 2023 · 0 comments
Open
Labels
enhancement New feature or request planned Delayed until future consideration

Comments

@Mingkai-Li
Copy link
Member

Mingkai-Li commented Sep 25, 2023

The limitations of existing CAPSTONE capabilities in the normal world:

  • The capability can only point to a memory region in the secure memory, hence no memory protection for the normal memory at all.
  • Since the OS and normal world applications are in the same domain, we can assume OS as trusted in this scenario, and provide some OS-managed v-capabilities to provide CAPSTONE-capability-like traits with virtual address.

Key traits for CAPSTONE v-capabilities:

  • Linearity
  • Revocation
  • Software-defined by the priviledged software in the normal world
  • Transparent to the secure world
@Mingkai-Li Mingkai-Li added enhancement New feature or request help wanted Extra attention is needed planned Delayed until future consideration and removed help wanted Extra attention is needed labels Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request planned Delayed until future consideration
Projects
None yet
Development

No branches or pull requests

1 participant