SELinux workgroup: Difference between revisions

imported>Etbe
No edit summary
imported>Etbe
No edit summary
Line 7: Line 7:
== Config ==
== Config ==


   boot.kernelParams = [ "security=selinux" ];
   boot.kernelParams = [ "security=selinux selinux=1" ];
  # not yet tested the kernel config
  # not yet tested the kernel config
   boot.kernelPatches = [ {
   boot.kernelPatches = [ {
Line 19: Line 19:
               '';
               '';
         } ];
         } ];
environment.systemPackages = with pkgs; [ policycoreutils ];


== Links ==
== Links ==