Changes between Version 3 and Version 4 of FutureHaiku/Security


Ignore:
Timestamp:
Dec 11, 2018, 3:38:41 AM (5 years ago)
Author:
waddlesplash
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FutureHaiku/Security

    v3 v4  
    1616 * Don't allow opening files by inode (requires ABI break)
    1717 * devfs filemodes
     18 * Spectre mitigations via GCC flags
    1819
    1920== Advanced ==
     
    2122 * [https://netbsd.org/gallery/presentations/maxv/kleak.pdf NetBSD/FreeBSD's KLEAK: Detecting Kernel Memory Disclosures]
    2223 * [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?