-
Notifications
You must be signed in to change notification settings - Fork 5
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
CPU timing attacks and CloudABI #5
Comments
Hi there, I would very much welcome work in the area of the interaction between Spectre/Meltdown and CloudABI and see what we can do to improve security. Some random remarks:
|
Correction: there is no need to make |
For the last few days, everyone has been talking about the new branch prediction/cache/timing attacks. I've been thinking, maybe this is a good opportunity for CloudABI?
max_timer_precision: 1ms
in the YAML file to limit the maximum resolution ofcloudabi_sys_clock_time_get()
. Also something likerandomize_clocks: true
to makecloudabi_sys_clock_time_get()
report fuzzy time.The text was updated successfully, but these errors were encountered: