- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If enclave_alloc succeeds with a virtual address in-enclave, what reasons would running EACCEPT on the address fail afterwards? I get an error message when I run eaccept on a virtual address which has been previously alloced via enclave_alloc.
The return code I get matches: SGX_PAGE_ATTRIBUTES_MISMATCH, how do i fix this?
I see that someone has the psuedo code for it here: https://github.com/Mic92/x86_64-linux-cheatsheats/blob/master/pages/ENCLU%5BEACCEPT%5D
How do I know what the correct EPCM page attributes are?
It seems like enclave_alloc (provided in the SGX SDK) by default sets EPC page permission to READ + WRITE. Why is running EACCEPT returning SGX_PAGE_ATTRIBUTES_MISMATCH?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi DrAlex,
Thank you for your interest in Intel® SGX.
SGX_PAGE_ATTRIBUTES_MISMATCH error happens may due to the attributes of the target EPC page do not match the expected values.
We would like to understand your use cases, are you trying to modify an EPC page and observed the SGX_PAGE_ATTRIBUTES_MISMATCH error?
We noticed you have created similar thread in our linux-sgx repo. Do you wish to continue the conversation in that thread? Thank you.
Additionally, the psuedo code repo link that you provided is not Intel owned repo. I would recommend to check with the repo owner for more information that may assist you on your use cases.
Regards,
Ken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi DrAlex,
There is an active discussion in your GitHub posting. Is this branch https://github.com/mingweishih/openenclave/blob/b07dc610c34b4cd3bc050d3b5427177273974a4d/enclave/core/sgx/edmm.c#L166 may help you on your use cases?
Please inform us if you have any question regards to this issue.
Thank you.
Regards,
Ken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi DrAlex,
We have not heard from you in several days so we will no longer monitor this thread. We hope you were able to resolve your issue. Please start a new thread if you need further help.
Regards,
Ken
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page