Home | History | Annotate | Download | only in sepolicy
      1 # Life begins with the kernel.
      2 type kernel, domain;
      3 permissive kernel;
      4 # The kernel is unconfined.
      5 unconfined_domain(kernel)
      6