diff options
Diffstat (limited to 'src/fs/seclabelfs.cil')
-rw-r--r-- | src/fs/seclabelfs.cil | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/src/fs/seclabelfs.cil b/src/fs/seclabelfs.cil index 7b6a6ef..d21caaa 100644 --- a/src/fs/seclabelfs.cil +++ b/src/fs/seclabelfs.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 seclabelfs - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr) + (typeattribute typeattr) - (blockinherit .fs.all_macro_template_fs) + (blockinherit .fs.all_macro_template_fs) - (blockinherit .file.all_macro_template_all_files) - (blockinherit .file.all_macro_template_blk_files) - (blockinherit .file.all_macro_template_chr_files) - (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 .file.all_macro_template_all_files) + (blockinherit .file.all_macro_template_blk_files) + (blockinherit .file.all_macro_template_chr_files) + (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) - (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 .seclabelfs.type (fs))) + (call .seclabelfs.type (fs))) - (block template + (block template - (blockabstract template) + (blockabstract template) - (blockinherit .fs.macro_template_fs) - (blockinherit .seclabelfs.base_template))) + (blockinherit .fs.macro_template_fs) + (blockinherit .seclabelfs.base_template))) |