Changes between Version 3 and Version 4 of FutureHaiku/Security
- Timestamp:
- Dec 11, 2018, 3:38:41 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FutureHaiku/Security
v3 v4 16 16 * Don't allow opening files by inode (requires ABI break) 17 17 * devfs filemodes 18 * Spectre mitigations via GCC flags 18 19 19 20 == Advanced == … … 21 22 * [https://netbsd.org/gallery/presentations/maxv/kleak.pdf NetBSD/FreeBSD's KLEAK: Detecting Kernel Memory Disclosures] 22 23 * [https://www.openbsd.org/papers/eurobsdcon2018-rop.pdf OpenBSD on mitigating ROP gadgets] 23 * [https://twitter.com/tehjh/status/1046042401830309888?s=09 AT_BENEATH and other breakout mitigations for VFS] 24 * [https://twitter.com/tehjh/status/1046042401830309888?s=09 AT_BENEATH and other breakout mitigations for VFS]' 25 * Meltdown?