summaryrefslogtreecommitdiff
path: root/src/fs/noseclabelfs.cil
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/noseclabelfs.cil')
-rw-r--r--src/fs/noseclabelfs.cil44
1 files changed, 22 insertions, 22 deletions
diff --git a/src/fs/noseclabelfs.cil b/src/fs/noseclabelfs.cil
index 66a75c1..80cf86d 100644
--- a/src/fs/noseclabelfs.cil
+++ b/src/fs/noseclabelfs.cil
@@ -1,37 +1,37 @@
-;; 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 noseclabelfs
- (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_fifo_files)
- (blockinherit .file.all_macro_template_files)
- (blockinherit .file.all_macro_template_lnk_files)
- (blockinherit .file.all_macro_template_sock_files)
- (blockinherit .fs.all_macro_template_fs)
+ (blockinherit .file.all_macro_template_dirs)
+ (blockinherit .file.all_macro_template_fifo_files)
+ (blockinherit .file.all_macro_template_files)
+ (blockinherit .file.all_macro_template_lnk_files)
+ (blockinherit .file.all_macro_template_sock_files)
+ (blockinherit .fs.all_macro_template_fs)
- (allow typeattr self (filesystem (associate)))
+ (allow typeattr self (filesystem (associate)))
- (call .fs.type (typeattr))
+ (call .fs.type (typeattr))
- (block base_template
+ (block base_template
- (blockabstract base_template)
+ (blockabstract base_template)
- (blockinherit .fs.base_template)
+ (blockinherit .fs.base_template)
- (call .noseclabelfs.type (fs)))
+ (call .noseclabelfs.type (fs)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .fs.macro_template_dirs)
- (blockinherit .fs.macro_template_files)
- (blockinherit .fs.macro_template_fs)
- (blockinherit .noseclabelfs.base_template)))
+ (blockinherit .fs.macro_template_dirs)
+ (blockinherit .fs.macro_template_files)
+ (blockinherit .fs.macro_template_fs)
+ (blockinherit .noseclabelfs.base_template)))