From 43917f18a8d29961f9500fd406a776b6fac33e1b Mon Sep 17 00:00:00 2001 From: John Turner Date: Sat, 23 Aug 2025 20:19:00 -0400 Subject: move "dos" out of misc.cil --- src/misc.cil | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'src/misc.cil') diff --git a/src/misc.cil b/src/misc.cil index fc8301f..a805d24 100644 --- a/src/misc.cil +++ b/src/misc.cil @@ -3,24 +3,6 @@ (sidcontext init (sys.id sys.role sys.subj sys.lowlow)) ;; userspace_initial_context -(in dos - - (filecon "/boot/efi" dir fs_context) - (filecon "/boot/efi/.*" any ()) - - (filecon "/efi" dir fs_context) - (filecon "/efi/.*" any ()) - - (macro boot_file_type_transition_fs ((type ARG1)) - (call .boot.file_type_transition - (ARG1 fs dir "efi"))) - - (macro root_file_type_transition_fs ((type ARG1)) - (call .root.file_type_transition - (ARG1 fs dir "efi"))) - - (call .xattr.associate_fs (fs))) - (in efivar (filecon "/sys/firmware/efi/efivars" dir ()) -- cgit v1.2.3