diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-23 20:28:03 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-23 20:28:03 -0400 |
commit | b3db427a04b3d5d67eb20af18539f4904b59836f (patch) | |
tree | 71ec06f2e50d7249687355af7532cacca9f8e3d4 /src/misc.cil | |
parent | be42ee14486f2c39c7a7f0b9c517a4efd37468ac (diff) | |
download | selinux-policy-b3db427a04b3d5d67eb20af18539f4904b59836f.tar.gz |
move "home" out of misc.cil
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 ()) |