Skip to content

Instantly share code, notes, and snippets.

View kees's full-sized avatar

Kees Cook kees

View GitHub Profile
# grsecurity
## integrated
- PERF_HARDEN - local kernel attack surface reduction, landed as perf_event_paranoid=3 by default in AOSP
- DENYUSB - physical attack surface reduction, tied to screen lock state by default (setting exposes on, off, dynamic)
* DEVICE_SIDECHANNEL - closes time-based sidechannels for device types
## wanted