mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 07:03:56 +02:00
fix(container-vault-sgx-azure): remove insecure eventfd setting
Removed the sys.insecure__allow_eventfd setting, because gramine has a secure eventfd implementation since [v1.7](https://github.com/gramineproject/gramine/releases/tag/v1.7).
This commit is contained in:
parent
8ce8f5bccb
commit
8d3f378392
1 changed files with 0 additions and 5 deletions
|
@ -84,11 +84,6 @@ nixsgxLib.mkSGXContainer {
|
|||
sys.stack.size = "16M";
|
||||
# vault needs flock
|
||||
sys.experimental__enable_flock = true;
|
||||
|
||||
# recent golang switched to eventfd for netpoll
|
||||
# https://github.com/golang/go/commit/d068c2cb620c1daeedc8b9cce488af45a6c2c889
|
||||
# enable it to mitigate surprises for golang >= 1.23
|
||||
sys.insecure__allow_eventfd = true;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue