Workgroup:SELinux

From NixOS Wiki
Revision as of 03:47, 25 February 2019 by 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 ==...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Config

 boot.kernelPatches = [ {
       name = "crashdump-config";
       patch = null;
       extraConfig = 
               SECURITY_SELINUX y
               SECURITY_SELINUX_DEVELOP y
               SECURITY_SELINUX_AVC_STATS y
               SECURITY_SELINUX_CHECKREQPROT_VALUE 0
             ;
       } ];