Try to make sudo less vulnerable to ROWHAMMER attacks. ยท sudo-project/sudo@7873f83
Commit
Permalink
Browse filesBrowse the repository at this point in the history
Try to make sudo less vulnerable to ROWHAMMER attacks.
We now use ROWHAMMER-resistent values for ALLOW, DENY, AUTH_SUCCESS,
AUTH_FAILURE, AUTH_ERROR and AUTH_NONINTERACTIVE. In addition, we
explicitly test for expected values instead of using a negated test
against an error value. In the parser match functions this means
explicitly checking for ALLOW or DENY instead of accepting anything
that is not set to UNSPEC.
...
Read more at github.com