summaryrefslogtreecommitdiff
path: root/src/sys/procfile/sysctlfile
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/procfile/sysctlfile')
-rw-r--r--src/sys/procfile/sysctlfile/abisysctlfile.cil36
-rw-r--r--src/sys/procfile/sysctlfile/cryptosysctlfile.cil36
-rw-r--r--src/sys/procfile/sysctlfile/debugsysctlfile.cil36
-rw-r--r--src/sys/procfile/sysctlfile/devsysctlfile.cil30
-rw-r--r--src/sys/procfile/sysctlfile/fssysctlfile.cil30
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile.cil36
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/caplastcapkernelsysctlfile.cil6
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/corepatternkernelsysctlfile.cil6
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/corepipelimitkernelsysctlfile.cil6
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/firmwareconfigkernelsysctlfile.cil8
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/hostnamekernelsysctlfile.cil6
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/keyskernelsysctlfile.cil2
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/modprobekernelsysctlfile.cil6
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/nslastpidkernelsysctlfile.cil6
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/osreleasekernelsysctlfile.cil6
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/overflowuidkernelsysctlfile.cil8
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/pidmaxkernelsysctlfile.cil6
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/poweroffcmdkernelsysctlfile.cil6
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/ptykernelsysctlfile.cil8
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/randomkernelsysctlfile.cil2
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/seccompkernelsysctlfile.cil8
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/threadsmaxkernelsysctlfile.cil6
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/usermodehelperkernelsysctlfile.cil8
-rw-r--r--src/sys/procfile/sysctlfile/kernelsysctlfile/yamakernelsysctlfile.cil8
-rw-r--r--src/sys/procfile/sysctlfile/netsysctlfile.cil30
-rw-r--r--src/sys/procfile/sysctlfile/netsysctlfile/corenetsysctlfile.cil8
-rw-r--r--src/sys/procfile/sysctlfile/netsysctlfile/ipv4netsysctlfile.cil8
-rw-r--r--src/sys/procfile/sysctlfile/netsysctlfile/ipv6netsysctlfile.cil8
-rw-r--r--src/sys/procfile/sysctlfile/netsysctlfile/mptcpnetsysctlfile.cil8
-rw-r--r--src/sys/procfile/sysctlfile/netsysctlfile/netfilternetsysctlfile.cil8
-rw-r--r--src/sys/procfile/sysctlfile/netsysctlfile/unixnetsysctlfile.cil8
-rw-r--r--src/sys/procfile/sysctlfile/sunrpcsysctlfile.cil36
-rw-r--r--src/sys/procfile/sysctlfile/usersysctlfile.cil36
-rw-r--r--src/sys/procfile/sysctlfile/vmsysctlfile.cil36
-rw-r--r--src/sys/procfile/sysctlfile/vmsysctlfile/overcommitmemoryvmsysctlfile.cil6
35 files changed, 254 insertions, 254 deletions
diff --git a/src/sys/procfile/sysctlfile/abisysctlfile.cil b/src/sys/procfile/sysctlfile/abisysctlfile.cil
index 2830104..ff28c8a 100644
--- a/src/sys/procfile/sysctlfile/abisysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/abisysctlfile.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 abi
- (genfscon "proc" "/sys/abi" sysctlfile_context)
+ (genfscon "proc" "/sys/abi" sysctlfile_context)
- (blockinherit .sysctlfile.abi.template)
- (blockinherit .sysctlfile.macro_template_dirs))
+ (blockinherit .sysctlfile.abi.template)
+ (blockinherit .sysctlfile.macro_template_dirs))
(in sysctlfile
(block abi
- (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.abi.type (sysctlfile)))
+ (call .sysctlfile.abi.type (sysctlfile)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .sysctlfile.abi.base_template)
- (blockinherit .sysctlfile.macro_template_files))))
+ (blockinherit .sysctlfile.abi.base_template)
+ (blockinherit .sysctlfile.macro_template_files))))
diff --git a/src/sys/procfile/sysctlfile/cryptosysctlfile.cil b/src/sys/procfile/sysctlfile/cryptosysctlfile.cil
index 2c94fc4..9048c8f 100644
--- a/src/sys/procfile/sysctlfile/cryptosysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/cryptosysctlfile.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 crypto
- (genfscon "proc" "/sys/crypto" sysctlfile_context)
+ (genfscon "proc" "/sys/crypto" sysctlfile_context)
- (blockinherit .sysctlfile.crypto.template)
- (blockinherit .sysctlfile.macro_template_dirs))
+ (blockinherit .sysctlfile.crypto.template)
+ (blockinherit .sysctlfile.macro_template_dirs))
(in sysctlfile
(block crypto
- (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.crypto.type (sysctlfile)))
+ (call .sysctlfile.crypto.type (sysctlfile)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .sysctlfile.crypto.base_template)
- (blockinherit .sysctlfile.macro_template_files))))
+ (blockinherit .sysctlfile.crypto.base_template)
+ (blockinherit .sysctlfile.macro_template_files))))
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))))
diff --git a/src/sys/procfile/sysctlfile/devsysctlfile.cil b/src/sys/procfile/sysctlfile/devsysctlfile.cil
index 09bea5b..98015e8 100644
--- a/src/sys/procfile/sysctlfile/devsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/devsysctlfile.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
(in dev
@@ -12,27 +12,27 @@
(block dev
- (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.dev.type (sysctlfile)))
+ (call .sysctlfile.dev.type (sysctlfile)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .sysctlfile.dev.base_template)
- (blockinherit .sysctlfile.macro_template_files))))
+ (blockinherit .sysctlfile.dev.base_template)
+ (blockinherit .sysctlfile.macro_template_files))))
diff --git a/src/sys/procfile/sysctlfile/fssysctlfile.cil b/src/sys/procfile/sysctlfile/fssysctlfile.cil
index 521453f..232712d 100644
--- a/src/sys/procfile/sysctlfile/fssysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/fssysctlfile.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
(in fs
@@ -12,27 +12,27 @@
(block fs
- (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.fs.type (sysctlfile)))
+ (call .sysctlfile.fs.type (sysctlfile)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .sysctlfile.fs.base_template)
- (blockinherit .sysctlfile.macro_template_files))))
+ (blockinherit .sysctlfile.fs.base_template)
+ (blockinherit .sysctlfile.macro_template_files))))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile.cil
index 7add8ee..b5042ff 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile.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 kernel
- (genfscon "proc" "/sys/kernel" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template)
- (blockinherit .sysctlfile.macro_template_dirs))
+ (blockinherit .sysctlfile.kernel.template)
+ (blockinherit .sysctlfile.macro_template_dirs))
(in sysctlfile
(block kernel
- (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.kernel.type (sysctlfile)))
+ (call .sysctlfile.kernel.type (sysctlfile)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .sysctlfile.kernel.base_template)
- (blockinherit .sysctlfile.macro_template_files))))
+ (blockinherit .sysctlfile.kernel.base_template)
+ (blockinherit .sysctlfile.macro_template_files))))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/caplastcapkernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/caplastcapkernelsysctlfile.cil
index 1346ed4..8a26f12 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/caplastcapkernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/caplastcapkernelsysctlfile.cil
@@ -1,8 +1,8 @@
-;; 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 caplastcap
- (genfscon "proc" "/sys/kernel/cap_last_cap" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/cap_last_cap" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template))
+ (blockinherit .sysctlfile.kernel.template))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/corepatternkernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/corepatternkernelsysctlfile.cil
index c5aa488..221f610 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/corepatternkernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/corepatternkernelsysctlfile.cil
@@ -1,8 +1,8 @@
-;; 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 corepattern
- (genfscon "proc" "/sys/kernel/core_pattern" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/core_pattern" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template))
+ (blockinherit .sysctlfile.kernel.template))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/corepipelimitkernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/corepipelimitkernelsysctlfile.cil
index 3d8e125..07c2c21 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/corepipelimitkernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/corepipelimitkernelsysctlfile.cil
@@ -1,8 +1,8 @@
-;; 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 corepipelimit
- (genfscon "proc" "/sys/kernel/core_pipe_limit" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/core_pipe_limit" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template))
+ (blockinherit .sysctlfile.kernel.template))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/firmwareconfigkernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/firmwareconfigkernelsysctlfile.cil
index 2883343..e748b52 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/firmwareconfigkernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/firmwareconfigkernelsysctlfile.cil
@@ -1,9 +1,9 @@
-;; 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 firmwareconfig
- (genfscon "proc" "/sys/kernel/firmware_config" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/firmware_config" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template)
- (blockinherit .sysctlfile.macro_template_dirs))
+ (blockinherit .sysctlfile.kernel.template)
+ (blockinherit .sysctlfile.macro_template_dirs))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/hostnamekernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/hostnamekernelsysctlfile.cil
index bbd8959..04b1245 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/hostnamekernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/hostnamekernelsysctlfile.cil
@@ -1,8 +1,8 @@
-;; 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 hostname
- (genfscon "proc" "/sys/kernel/hostname" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/hostname" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template))
+ (blockinherit .sysctlfile.kernel.template))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/keyskernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/keyskernelsysctlfile.cil
index 33e904f..e0a5ebe 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/keyskernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/keyskernelsysctlfile.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
(in keys
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/modprobekernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/modprobekernelsysctlfile.cil
index 6a36fdb..1215415 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/modprobekernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/modprobekernelsysctlfile.cil
@@ -1,8 +1,8 @@
-;; 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 modprobe
- (genfscon "proc" "/sys/kernel/modprobe" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/modprobe" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template))
+ (blockinherit .sysctlfile.kernel.template))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/nslastpidkernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/nslastpidkernelsysctlfile.cil
index 2f13fef..b93c838 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/nslastpidkernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/nslastpidkernelsysctlfile.cil
@@ -1,8 +1,8 @@
-;; 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 nslastpid
- (genfscon "proc" "/sys/kernel/ns_last_pid" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/ns_last_pid" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template))
+ (blockinherit .sysctlfile.kernel.template))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/osreleasekernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/osreleasekernelsysctlfile.cil
index 19d8b11..7da0826 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/osreleasekernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/osreleasekernelsysctlfile.cil
@@ -1,8 +1,8 @@
-;; 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 osrelease
- (genfscon "proc" "/sys/kernel/osrelease" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/osrelease" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template))
+ (blockinherit .sysctlfile.kernel.template))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/overflowuidkernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/overflowuidkernelsysctlfile.cil
index 1df73c2..683cbca 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/overflowuidkernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/overflowuidkernelsysctlfile.cil
@@ -1,9 +1,9 @@
-;; 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 overflowuid
- (genfscon "proc" "/sys/kernel/overflowgid" sysctlfile_context)
- (genfscon "proc" "/sys/kernel/overflowuid" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/overflowgid" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/overflowuid" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template))
+ (blockinherit .sysctlfile.kernel.template))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/pidmaxkernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/pidmaxkernelsysctlfile.cil
index d9a21ff..e4f14fd 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/pidmaxkernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/pidmaxkernelsysctlfile.cil
@@ -1,8 +1,8 @@
-;; 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 pidmax
- (genfscon "proc" "/sys/kernel/pid_max" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/pid_max" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template))
+ (blockinherit .sysctlfile.kernel.template))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/poweroffcmdkernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/poweroffcmdkernelsysctlfile.cil
index 1e29497..244b7fd 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/poweroffcmdkernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/poweroffcmdkernelsysctlfile.cil
@@ -1,8 +1,8 @@
-;; 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 poweroffcmd
- (genfscon "proc" "/sys/kernel/poweroff_cmd" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/poweroff_cmd" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template))
+ (blockinherit .sysctlfile.kernel.template))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/ptykernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/ptykernelsysctlfile.cil
index b9580ae..68699aa 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/ptykernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/ptykernelsysctlfile.cil
@@ -1,9 +1,9 @@
-;; 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 pty
- (genfscon "proc" "/sys/kernel/pty" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/pty" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template)
- (blockinherit .sysctlfile.macro_template_dirs))
+ (blockinherit .sysctlfile.kernel.template)
+ (blockinherit .sysctlfile.macro_template_dirs))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/randomkernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/randomkernelsysctlfile.cil
index 73a6c6c..f31f9e6 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/randomkernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/randomkernelsysctlfile.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
(in kernel
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/seccompkernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/seccompkernelsysctlfile.cil
index a8c2e02..c578b05 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/seccompkernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/seccompkernelsysctlfile.cil
@@ -1,9 +1,9 @@
-;; 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 seccomp
- (genfscon "proc" "/sys/kernel/seccomp" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/seccomp" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template)
- (blockinherit .sysctlfile.macro_template_dirs))
+ (blockinherit .sysctlfile.kernel.template)
+ (blockinherit .sysctlfile.macro_template_dirs))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/threadsmaxkernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/threadsmaxkernelsysctlfile.cil
index 5ad8c6b..7ff0675 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/threadsmaxkernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/threadsmaxkernelsysctlfile.cil
@@ -1,8 +1,8 @@
-;; 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 threadsmax
- (genfscon "proc" "/sys/kernel/threads-max" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/threads-max" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template))
+ (blockinherit .sysctlfile.kernel.template))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/usermodehelperkernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/usermodehelperkernelsysctlfile.cil
index c11e8b3..33c519c 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/usermodehelperkernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/usermodehelperkernelsysctlfile.cil
@@ -1,9 +1,9 @@
-;; 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 usermodehelper
- (genfscon "proc" "/sys/kernel/usermodehelper" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/usermodehelper" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template)
- (blockinherit .sysctlfile.macro_template_dirs))
+ (blockinherit .sysctlfile.kernel.template)
+ (blockinherit .sysctlfile.macro_template_dirs))
diff --git a/src/sys/procfile/sysctlfile/kernelsysctlfile/yamakernelsysctlfile.cil b/src/sys/procfile/sysctlfile/kernelsysctlfile/yamakernelsysctlfile.cil
index d013eff..92cb7f0 100644
--- a/src/sys/procfile/sysctlfile/kernelsysctlfile/yamakernelsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/kernelsysctlfile/yamakernelsysctlfile.cil
@@ -1,9 +1,9 @@
-;; 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 yama
- (genfscon "proc" "/sys/kernel/yama" sysctlfile_context)
+ (genfscon "proc" "/sys/kernel/yama" sysctlfile_context)
- (blockinherit .sysctlfile.kernel.template)
- (blockinherit .sysctlfile.macro_template_dirs))
+ (blockinherit .sysctlfile.kernel.template)
+ (blockinherit .sysctlfile.macro_template_dirs))
diff --git a/src/sys/procfile/sysctlfile/netsysctlfile.cil b/src/sys/procfile/sysctlfile/netsysctlfile.cil
index fb473f6..a25cd5e 100644
--- a/src/sys/procfile/sysctlfile/netsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/netsysctlfile.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
(in net
@@ -12,27 +12,27 @@
(block net
- (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.net.type (sysctlfile)))
+ (call .sysctlfile.net.type (sysctlfile)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .sysctlfile.net.base_template)
- (blockinherit .sysctlfile.macro_template_files))))
+ (blockinherit .sysctlfile.net.base_template)
+ (blockinherit .sysctlfile.macro_template_files))))
diff --git a/src/sys/procfile/sysctlfile/netsysctlfile/corenetsysctlfile.cil b/src/sys/procfile/sysctlfile/netsysctlfile/corenetsysctlfile.cil
index 6be3c52..c69f268 100644
--- a/src/sys/procfile/sysctlfile/netsysctlfile/corenetsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/netsysctlfile/corenetsysctlfile.cil
@@ -1,9 +1,9 @@
-;; 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 core
- (genfscon "proc" "/sys/net/core" sysctlfile_context)
+ (genfscon "proc" "/sys/net/core" sysctlfile_context)
- (blockinherit .sysctlfile.macro_template_dirs)
- (blockinherit .sysctlfile.net.template))
+ (blockinherit .sysctlfile.macro_template_dirs)
+ (blockinherit .sysctlfile.net.template))
diff --git a/src/sys/procfile/sysctlfile/netsysctlfile/ipv4netsysctlfile.cil b/src/sys/procfile/sysctlfile/netsysctlfile/ipv4netsysctlfile.cil
index e49ec99..2c42170 100644
--- a/src/sys/procfile/sysctlfile/netsysctlfile/ipv4netsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/netsysctlfile/ipv4netsysctlfile.cil
@@ -1,9 +1,9 @@
-;; 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 ipv4
- (genfscon "proc" "/sys/net/ipv4" sysctlfile_context)
+ (genfscon "proc" "/sys/net/ipv4" sysctlfile_context)
- (blockinherit .sysctlfile.macro_template_dirs)
- (blockinherit .sysctlfile.net.template))
+ (blockinherit .sysctlfile.macro_template_dirs)
+ (blockinherit .sysctlfile.net.template))
diff --git a/src/sys/procfile/sysctlfile/netsysctlfile/ipv6netsysctlfile.cil b/src/sys/procfile/sysctlfile/netsysctlfile/ipv6netsysctlfile.cil
index c432e1f..bbe1b31 100644
--- a/src/sys/procfile/sysctlfile/netsysctlfile/ipv6netsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/netsysctlfile/ipv6netsysctlfile.cil
@@ -1,9 +1,9 @@
-;; 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 ipv6
- (genfscon "proc" "/sys/net/ipv6" sysctlfile_context)
+ (genfscon "proc" "/sys/net/ipv6" sysctlfile_context)
- (blockinherit .sysctlfile.macro_template_dirs)
- (blockinherit .sysctlfile.net.template))
+ (blockinherit .sysctlfile.macro_template_dirs)
+ (blockinherit .sysctlfile.net.template))
diff --git a/src/sys/procfile/sysctlfile/netsysctlfile/mptcpnetsysctlfile.cil b/src/sys/procfile/sysctlfile/netsysctlfile/mptcpnetsysctlfile.cil
index 85931b8..f90c666 100644
--- a/src/sys/procfile/sysctlfile/netsysctlfile/mptcpnetsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/netsysctlfile/mptcpnetsysctlfile.cil
@@ -1,9 +1,9 @@
-;; 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 mptcp
- (genfscon "proc" "/sys/net/mptcp" sysctlfile_context)
+ (genfscon "proc" "/sys/net/mptcp" sysctlfile_context)
- (blockinherit .sysctlfile.macro_template_dirs)
- (blockinherit .sysctlfile.net.template))
+ (blockinherit .sysctlfile.macro_template_dirs)
+ (blockinherit .sysctlfile.net.template))
diff --git a/src/sys/procfile/sysctlfile/netsysctlfile/netfilternetsysctlfile.cil b/src/sys/procfile/sysctlfile/netsysctlfile/netfilternetsysctlfile.cil
index 0345816..ac2e4b3 100644
--- a/src/sys/procfile/sysctlfile/netsysctlfile/netfilternetsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/netsysctlfile/netfilternetsysctlfile.cil
@@ -1,9 +1,9 @@
-;; 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 netfilter
- (genfscon "proc" "/sys/net/netfilter" sysctlfile_context)
+ (genfscon "proc" "/sys/net/netfilter" sysctlfile_context)
- (blockinherit .sysctlfile.macro_template_dirs)
- (blockinherit .sysctlfile.net.template))
+ (blockinherit .sysctlfile.macro_template_dirs)
+ (blockinherit .sysctlfile.net.template))
diff --git a/src/sys/procfile/sysctlfile/netsysctlfile/unixnetsysctlfile.cil b/src/sys/procfile/sysctlfile/netsysctlfile/unixnetsysctlfile.cil
index 7a6f5a6..1949de7 100644
--- a/src/sys/procfile/sysctlfile/netsysctlfile/unixnetsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/netsysctlfile/unixnetsysctlfile.cil
@@ -1,9 +1,9 @@
-;; 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 unix
- (genfscon "proc" "/sys/net/unix" sysctlfile_context)
+ (genfscon "proc" "/sys/net/unix" sysctlfile_context)
- (blockinherit .sysctlfile.macro_template_dirs)
- (blockinherit .sysctlfile.net.template))
+ (blockinherit .sysctlfile.macro_template_dirs)
+ (blockinherit .sysctlfile.net.template))
diff --git a/src/sys/procfile/sysctlfile/sunrpcsysctlfile.cil b/src/sys/procfile/sysctlfile/sunrpcsysctlfile.cil
index e5a50d0..72694ae 100644
--- a/src/sys/procfile/sysctlfile/sunrpcsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/sunrpcsysctlfile.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 sunrpc
- (genfscon "proc" "/sys/sunrpc" sysctlfile_context)
+ (genfscon "proc" "/sys/sunrpc" sysctlfile_context)
- (blockinherit .sysctlfile.macro_template_dirs)
- (blockinherit .sysctlfile.sunrpc.template))
+ (blockinherit .sysctlfile.macro_template_dirs)
+ (blockinherit .sysctlfile.sunrpc.template))
(in sysctlfile
(block sunrpc
- (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.sunrpc.type (sysctlfile)))
+ (call .sysctlfile.sunrpc.type (sysctlfile)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .sysctlfile.macro_template_files)
- (blockinherit .sysctlfile.sunrpc.base_template))))
+ (blockinherit .sysctlfile.macro_template_files)
+ (blockinherit .sysctlfile.sunrpc.base_template))))
diff --git a/src/sys/procfile/sysctlfile/usersysctlfile.cil b/src/sys/procfile/sysctlfile/usersysctlfile.cil
index cd375d7..b948f70 100644
--- a/src/sys/procfile/sysctlfile/usersysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/usersysctlfile.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 user
- (genfscon "proc" "/sys/user" sysctlfile_context)
+ (genfscon "proc" "/sys/user" sysctlfile_context)
- (blockinherit .sysctlfile.macro_template_dirs)
- (blockinherit .sysctlfile.user.template))
+ (blockinherit .sysctlfile.macro_template_dirs)
+ (blockinherit .sysctlfile.user.template))
(in sysctlfile
(block user
- (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.user.type (sysctlfile)))
+ (call .sysctlfile.user.type (sysctlfile)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .sysctlfile.user.base_template)
- (blockinherit .sysctlfile.macro_template_files))))
+ (blockinherit .sysctlfile.user.base_template)
+ (blockinherit .sysctlfile.macro_template_files))))
diff --git a/src/sys/procfile/sysctlfile/vmsysctlfile.cil b/src/sys/procfile/sysctlfile/vmsysctlfile.cil
index 0e874da..220f015 100644
--- a/src/sys/procfile/sysctlfile/vmsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/vmsysctlfile.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 vm
- (genfscon "proc" "/sys/vm" sysctlfile_context)
+ (genfscon "proc" "/sys/vm" sysctlfile_context)
- (blockinherit .sysctlfile.macro_template_dirs)
- (blockinherit .sysctlfile.vm.template))
+ (blockinherit .sysctlfile.macro_template_dirs)
+ (blockinherit .sysctlfile.vm.template))
(in sysctlfile
(block vm
- (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.vm.type (sysctlfile)))
+ (call .sysctlfile.vm.type (sysctlfile)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .sysctlfile.vm.base_template)
- (blockinherit .sysctlfile.macro_template_files))))
+ (blockinherit .sysctlfile.vm.base_template)
+ (blockinherit .sysctlfile.macro_template_files))))
diff --git a/src/sys/procfile/sysctlfile/vmsysctlfile/overcommitmemoryvmsysctlfile.cil b/src/sys/procfile/sysctlfile/vmsysctlfile/overcommitmemoryvmsysctlfile.cil
index f4e04f5..a055ce1 100644
--- a/src/sys/procfile/sysctlfile/vmsysctlfile/overcommitmemoryvmsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/vmsysctlfile/overcommitmemoryvmsysctlfile.cil
@@ -1,8 +1,8 @@
-;; 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 overcommitmemory
- (genfscon "proc" "/sys/vm/overcommit_memory" sysctlfile_context)
+ (genfscon "proc" "/sys/vm/overcommit_memory" sysctlfile_context)
- (blockinherit .sysctlfile.vm.template))
+ (blockinherit .sysctlfile.vm.template))