mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 13:51:28 +00:00
[Pal/Linux-SGX] Remove loader.nonpie_binary manifest option
Non-PIE binaries support requires ELRANGE to start at low addresses, which on older SGX drivers required root permissions or reconfiguring the host, so this mapping strategy was made optional by us. This issue was fixed long time ago, so we can drop this option and always start enclaves at 0.
This commit is contained in:
@@ -65,8 +65,6 @@ sys.stack.size = "2M"
|
||||
|
||||
# SGX general options
|
||||
|
||||
sgx.nonpie_binary = 1
|
||||
|
||||
# Set the virtual memory size of the SGX enclave. For SGX v1, the enclave
|
||||
# size must be specified during signing. If Python needs more virtual memory
|
||||
# than the enclave size, Graphene will not be able to allocate it.
|
||||
|
||||
Reference in New Issue
Block a user