[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:
Michał Kowalczyk
2021-01-13 17:13:29 +01:00
parent 6ff2f12906
commit a12f96f49e
49 changed files with 19 additions and 135 deletions
@@ -72,8 +72,6 @@ sgx.enclave_size = "1G"
# the application can create is (sgx.thread_num - 2).
sgx.thread_num = 8
sgx.nonpie_binary = 1
# SGX trusted libraries
sgx.trusted_files.python = "file:$(PYTHONEXEC)"