fix: sgx.nonpie_binary option is deprecated

see https://github.com/gramineproject/gramine/pull/1187

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-07-02 13:01:12 +02:00
parent b5fa7e1f44
commit fc3fe37f81
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -69,7 +69,6 @@ nixsgxLib.mkSGXContainer {
edmm_enable = false; edmm_enable = false;
enclave_size = "8G"; enclave_size = "8G";
max_threads = 64; max_threads = 64;
nonpie_binary = true;
trusted_files = [ trusted_files = [
"file:/opt/vault/plugins/" "file:/opt/vault/plugins/"