diff options
Diffstat (limited to 'src/file/varfile/cachefile.cil')
-rw-r--r-- | src/file/varfile/cachefile.cil | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/src/file/varfile/cachefile.cil b/src/file/varfile/cachefile.cil index fb7bfce..46c9a3e 100644 --- a/src/file/varfile/cachefile.cil +++ b/src/file/varfile/cachefile.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 cache @@ -9,8 +9,8 @@ (filecon "/var/cache/.*" any file_context) (macro var_file_type_transition_file ((type ARG1)) - (call .var.file_type_transition - (ARG1 file dir "cache"))) + (call .var.file_type_transition + (ARG1 file dir "cache"))) (call .root.associate_fs (file))) @@ -18,30 +18,30 @@ (block cache - (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_lnk_files) + (blockinherit file.all_macro_template_dirs) + (blockinherit file.all_macro_template_files) + (blockinherit file.all_macro_template_lnk_files) - (typeattribute typeattr) + (typeattribute typeattr) - (call var.type (typeattr)) + (call var.type (typeattr)) - (block base_template + (block base_template - (blockabstract base_template) + (blockabstract base_template) - (blockinherit .file.var.base_template) + (blockinherit .file.var.base_template) - (call .file.cache.type (file))) + (call .file.cache.type (file))) - (block template + (block template - (blockabstract template) + (blockabstract template) - (blockinherit .file.cache.base_template) - (blockinherit .file.macro_template_dirs) - (blockinherit .file.macro_template_files) - (blockinherit .file.macro_template_lnk_files)))) + (blockinherit .file.cache.base_template) + (blockinherit .file.macro_template_dirs) + (blockinherit .file.macro_template_files) + (blockinherit .file.macro_template_lnk_files)))) |