logoalt Hacker News

wosined07/31/20251 replyview on HN

I might be wrong, but microkernel also need drivers, so the attack surface would be the same, or not?


Replies

kaoD07/31/2025

You're not wrong, but monolithic kernel drivers run at a privilege level that's even higher than root (ring 0) while microkernels run them at userspace so they're as dangerous as running a normal program.

show 1 reply