Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a fallback to Linux to avoid eventfd if it fails on Gramine #122

Closed
notgull opened this issue Jun 22, 2023 · 0 comments · Fixed by #134
Closed

Add a fallback to Linux to avoid eventfd if it fails on Gramine #122

notgull opened this issue Jun 22, 2023 · 0 comments · Fixed by #134

Comments

@notgull
Copy link
Member

notgull commented Jun 22, 2023

cc tokio-rs/mio#1682

For reference: https://gramine.readthedocs.io/en/stable/manifest-syntax.html#allowing-eventfd

notgull added a commit that referenced this issue Aug 10, 2023
In some containers, eventfd is not available as it cannot be implemented
securely in some hosts. This commit adds a fallback notifier that uses
a pipe instead of eventfd.

Closes #122

Signed-off-by: John Nunley <dev@notgull.net>
notgull added a commit that referenced this issue Aug 16, 2023
In some containers, eventfd is not available as it cannot be implemented
securely in some hosts. This commit adds a fallback notifier that uses
a pipe instead of eventfd.

Closes #122

Signed-off-by: John Nunley <dev@notgull.net>
notgull added a commit that referenced this issue Aug 16, 2023
In some containers, eventfd is not available as it cannot be implemented
securely in some hosts. This commit adds a fallback notifier that uses
a pipe instead of eventfd.

Closes #122

Signed-off-by: John Nunley <dev@notgull.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant