nixos/hardened profile: lock kernel modules
This commit is contained in:
parent
878ad1ce6e
commit
6a5a5728ee
@ -8,6 +8,8 @@ with lib;
|
|||||||
{
|
{
|
||||||
security.hideProcessInformation = mkDefault true;
|
security.hideProcessInformation = mkDefault true;
|
||||||
|
|
||||||
|
security.lockKernelModules = mkDefault true;
|
||||||
|
|
||||||
security.apparmor.enable = mkDefault true;
|
security.apparmor.enable = mkDefault true;
|
||||||
|
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user