|
|
|
|
|
by quotemstr
3202 days ago
|
|
> Most linux CVE's are in drivers, imagine how many are lurking in the binary blobs of random third parties? That's why we should sandbox drivers as much as possible! I'm a big fan of punting a lot of driver work to userspace. How are we supposed to do that if drivers are allowed to use the entire Linux kernel internal API and do whatever they want? How can we possibly isolate a driver that thinks it has the right to take mmap_sem and twiddle PTE bits? |
|