summaryrefslogtreecommitdiff
path: root/src/sys/sysfile/classsysfile.cil
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/sysfile/classsysfile.cil')
-rw-r--r--src/sys/sysfile/classsysfile.cil40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/sys/sysfile/classsysfile.cil b/src/sys/sysfile/classsysfile.cil
index bfce0e0..7492964 100644
--- a/src/sys/sysfile/classsysfile.cil
+++ b/src/sys/sysfile/classsysfile.cil
@@ -1,40 +1,40 @@
-;; 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 class
- (genfscon "sysfs" "/class" sysfile_context)
+ (genfscon "sysfs" "/class" sysfile_context)
- (blockinherit .sysfile.class.template)
- (blockinherit .sysfile.macro_template_dirs)
- (blockinherit .sysfile.macro_template_lnk_files))
+ (blockinherit .sysfile.class.template)
+ (blockinherit .sysfile.macro_template_dirs)
+ (blockinherit .sysfile.macro_template_lnk_files))
(in sysfile
(block class
- (macro type ((type ARG1))
- (typeattributeset typeattr ARG1))
+ (macro type ((type ARG1))
+ (typeattributeset typeattr ARG1))
- (typeattribute typeattr)
+ (typeattribute typeattr)
- (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)
- (call .sysfile.type (typeattr))
+ (call .sysfile.type (typeattr))
- (block base_template
+ (block base_template
- (blockabstract base_template)
+ (blockabstract base_template)
- (blockinherit .sysfile.base_template)
+ (blockinherit .sysfile.base_template)
- (call .sysfile.class.type (sysfile)))
+ (call .sysfile.class.type (sysfile)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .sysfile.class.base_template)
- (blockinherit .sysfile.macro_template_files))))
+ (blockinherit .sysfile.class.base_template)
+ (blockinherit .sysfile.macro_template_files))))