From 122ff59ca75a7bddc41146ce815f1b3ada066d22 Mon Sep 17 00:00:00 2001 From: John Turner Date: Tue, 12 Aug 2025 15:03:20 -0400 Subject: move into bootfile --- src/file/bootfile.cil | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/file') diff --git a/src/file/bootfile.cil b/src/file/bootfile.cil index 8e8109a..319866f 100644 --- a/src/file/bootfile.cil +++ b/src/file/bootfile.cil @@ -3,7 +3,14 @@ (block boot - (blockinherit .file.boot.template)) + (blockinherit .file.boot.template) + + (filecon "/boot" dir file_context) + (filecon "/boot/.*" any file_context) + + (macro root_file_type_transition_file ((type ARG1)) + (call .root.file_type_transition + (ARG1 file dir "boot")))) (in file -- cgit v1.2.3