summaryrefslogtreecommitdiff
path: root/src/file/runfile/runlockfile.cil
diff options
context:
space:
mode:
Diffstat (limited to 'src/file/runfile/runlockfile.cil')
-rw-r--r--src/file/runfile/runlockfile.cil40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/file/runfile/runlockfile.cil b/src/file/runfile/runlockfile.cil
index 41f292c..bb4d4d4 100644
--- a/src/file/runfile/runlockfile.cil
+++ b/src/file/runfile/runlockfile.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 runlock
- (blockinherit .file.runlock.template)
+ (blockinherit .file.runlock.template)
- (call .rbacsep.exempt.obj.type (file)))
+ (call .rbacsep.exempt.obj.type (file)))
(in file
(block runlock
- (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 run.type (typeattr))
+ (call run.type (typeattr))
- (block base_template
+ (block base_template
- (blockabstract base_template)
+ (blockabstract base_template)
- (blockinherit .file.run.base_template)
+ (blockinherit .file.run.base_template)
- (call .file.runlock.type (file)))
+ (call .file.runlock.type (file)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .file.macro_template_dirs)
- (blockinherit .file.macro_template_files)
- (blockinherit .file.macro_template_lnk_files)
- (blockinherit .file.runlock.base_template))))
+ (blockinherit .file.macro_template_dirs)
+ (blockinherit .file.macro_template_files)
+ (blockinherit .file.macro_template_lnk_files)
+ (blockinherit .file.runlock.base_template))))