mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
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:
parent
b5fa7e1f44
commit
fc3fe37f81
1 changed files with 0 additions and 1 deletions
|
@ -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/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue