diff options
Diffstat (limited to 'src/file/bootfile.cil')
-rw-r--r-- | src/file/bootfile.cil | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/src/file/bootfile.cil b/src/file/bootfile.cil index 319866f..9548c39 100644 --- a/src/file/bootfile.cil +++ b/src/file/bootfile.cil @@ -1,4 +1,4 @@ -;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl> +;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl> ;; SPDX-License-Identifier: Unlicense (block boot @@ -9,37 +9,37 @@ (filecon "/boot/.*" any file_context) (macro root_file_type_transition_file ((type ARG1)) - (call .root.file_type_transition - (ARG1 file dir "boot")))) + (call .root.file_type_transition + (ARG1 file dir "boot")))) (in file (block boot - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (blockinherit file.all_macro_template_dirs) - (blockinherit file.all_macro_template_files) + (blockinherit file.all_macro_template_dirs) + (blockinherit file.all_macro_template_files) - (typeattribute typeattr) + (typeattribute typeattr) - (call file.type (typeattr)) + (call file.type (typeattr)) - (call .xattr.associate_fs (typeattr)) + (call .xattr.associate_fs (typeattr)) - (block base_template + (block base_template - (blockabstract base_template) + (blockabstract base_template) - (blockinherit .file.base_template) + (blockinherit .file.base_template) - (call .file.boot.type (file))) + (call .file.boot.type (file))) - (block template + (block template - (blockabstract template) + (blockabstract template) - (blockinherit .file.boot.base_template) - (blockinherit .file.macro_template_dirs) - (blockinherit .file.macro_template_files)))) + (blockinherit .file.boot.base_template) + (blockinherit .file.macro_template_dirs) + (blockinherit .file.macro_template_files)))) |