From 926fa29f2bde83f06deff9c7a62282481f51421e Mon Sep 17 00:00:00 2001 From: Cale Black Date: Fri, 28 Aug 2015 15:21:43 +0000 Subject: [PATCH] Grsecurity provides RBAC, not PaX --- linux-workstation-security.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-workstation-security.md b/linux-workstation-security.md index d4244f3..2de80f6 100644 --- a/linux-workstation-security.md +++ b/linux-workstation-security.md @@ -136,7 +136,7 @@ what you should consider when picking a distribution to use. ### Checklist -- [ ] Has a robust MAC/RBAC implementation (SELinux/AppArmor/PaX) _(CRITICAL)_ +- [ ] Has a robust MAC/RBAC implementation (SELinux/AppArmor/Grsecurity) _(CRITICAL)_ - [ ] Publishes security bulletins _(CRITICAL)_ - [ ] Provides timely security patches _(CRITICAL)_ - [ ] Provides cryptographic verification of packages _(CRITICAL)_