summaryrefslogtreecommitdiff
path: root/src/file/certfile.cil
diff options
context:
space:
mode:
Diffstat (limited to 'src/file/certfile.cil')
-rw-r--r--src/file/certfile.cil38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/file/certfile.cil b/src/file/certfile.cil
index 6eda0f8..be381cd 100644
--- a/src/file/certfile.cil
+++ b/src/file/certfile.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 cert
@@ -35,32 +35,32 @@
(block cert
- (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 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.cert.type (file)))
+ (call .file.cert.type (file)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .file.cert.base_template)
- (blockinherit .file.macro_template_dirs)
- (blockinherit .file.macro_template_files)
- (blockinherit .file.macro_template_lnk_files))))
+ (blockinherit .file.cert.base_template)
+ (blockinherit .file.macro_template_dirs)
+ (blockinherit .file.macro_template_files)
+ (blockinherit .file.macro_template_lnk_files))))