nixos/hardened profile: lock kernel modules

This commit is contained in:
Joachim Fasting 2017-04-29 22:46:20 +02:00
parent 878ad1ce6e
commit 6a5a5728ee
No known key found for this signature in database
GPG Key ID: 7544761007FE4E08

View File

@ -8,6 +8,8 @@ with lib;
{
security.hideProcessInformation = mkDefault true;
security.lockKernelModules = mkDefault true;
security.apparmor.enable = mkDefault true;
boot.kernelParams = [