From b3db427a04b3d5d67eb20af18539f4904b59836f Mon Sep 17 00:00:00 2001 From: John Turner Date: Sat, 23 Aug 2025 20:28:03 -0400 Subject: move "home" out of misc.cil --- src/misc.cil | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/misc.cil') diff --git a/src/misc.cil b/src/misc.cil index 4c069ef..a543f57 100644 --- a/src/misc.cil +++ b/src/misc.cil @@ -3,15 +3,6 @@ (sidcontext init (sys.id sys.role sys.subj sys.lowlow)) ;; userspace_initial_context -(in home - - (filecon "/home" dir file_context) - (filecon "/home/.*" any file_context) - - (macro root_file_type_transition_file ((type ARG1)) - (call .root.file_type_transition - (ARG1 file dir "home")))) - (in hugetlb (filecon "/dev/hugepages" dir ()) -- cgit v1.2.3