summaryrefslogtreecommitdiff
path: root/src/sys/procfile/sysctlfile/debugsysctlfile.cil
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/procfile/sysctlfile/debugsysctlfile.cil')
-rw-r--r--src/sys/procfile/sysctlfile/debugsysctlfile.cil36
1 files changed, 18 insertions, 18 deletions
diff --git a/src/sys/procfile/sysctlfile/debugsysctlfile.cil b/src/sys/procfile/sysctlfile/debugsysctlfile.cil
index 83d5cc1..334dee8 100644
--- a/src/sys/procfile/sysctlfile/debugsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/debugsysctlfile.cil
@@ -1,38 +1,38 @@
-;; 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 debug
- (genfscon "proc" "/sys/debug" sysctlfile_context)
+ (genfscon "proc" "/sys/debug" sysctlfile_context)
- (blockinherit .sysctlfile.debug.template)
- (blockinherit .sysctlfile.macro_template_dirs))
+ (blockinherit .sysctlfile.debug.template)
+ (blockinherit .sysctlfile.macro_template_dirs))
(in sysctlfile
(block debug
- (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_dirs)
+ (blockinherit .file.all_macro_template_files)
- (call .sysctlfile.type (typeattr))
+ (call .sysctlfile.type (typeattr))
- (block base_template
+ (block base_template
- (blockabstract base_template)
+ (blockabstract base_template)
- (blockinherit .sysctlfile.base_template)
+ (blockinherit .sysctlfile.base_template)
- (call .sysctlfile.debug.type (sysctlfile)))
+ (call .sysctlfile.debug.type (sysctlfile)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .sysctlfile.debug.base_template)
- (blockinherit .sysctlfile.macro_template_files))))
+ (blockinherit .sysctlfile.debug.base_template)
+ (blockinherit .sysctlfile.macro_template_files))))