SELinux workgroup: Difference between revisions
imported>Etbe Created page with "This group is about adding SE Linux support to NixOS both booting and when run on a system like Debian or Fedora with SE Linux support. == People == * etbe ==..." |
imported>Etbe No edit summary |
||
Line 7: | Line 7: | ||
== Config == | == Config == | ||
boot.kernelParams = [ "security=selinux" ]; | |||
# not yet tested the kernel config | |||
boot.kernelPatches = [ { | boot.kernelPatches = [ { | ||
name = " | name = "selinux-config"; | ||
patch = null; | patch = null; | ||
extraConfig = '' | extraConfig = '' |