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

Introduce mlock for ephemeral secret keys #3

Open
kpcyrd opened this issue Jan 15, 2018 · 0 comments
Open

Introduce mlock for ephemeral secret keys #3

kpcyrd opened this issue Jan 15, 2018 · 0 comments

Comments

@kpcyrd
Copy link
Owner

kpcyrd commented Jan 15, 2018

This prevents a situation where the ephemeral private keys are written to the swapfile.

This requires an additional syscall in the existing seccomp filter and also needs --cap-add=IPC_LOCK for docker. In the later case it might make sense to make this feature opt-out-able.

@kpcyrd kpcyrd mentioned this issue Jan 15, 2018
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant