4 ms·
I believe that what Matthew Garrett is talking about is mostly different from SELinux and AppArmor and so on. Those are all kernel features to harden user-level
by siebenmann 11y ago
I believe that what Matthew Garrett is talking about is mostly different from SELinux and AppArmor and so on. Those are all kernel features to harden user-level software in the face of vulnerabilities. Garrett is (mostly?) talking about internal kernel features to limit the damage of kernel vulnerabilities.
(Many of the grsecurity changes are kernel hardening, for instance; they don't directly affect user level code.)
- mjg59 11y agoExactly. We understand the benefit of mitigation mechanisms to protect against userspace bugs, but there's still pushback against mitigation mechanisms that protect against kernelspace bugs.