diff options
Diffstat (limited to 'src/misc.cil')
-rw-r--r-- | src/misc.cil | 9 |
1 files changed, 0 insertions, 9 deletions
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 ()) |