summaryrefslogtreecommitdiff
path: root/src/file/authfile.cil
diff options
context:
space:
mode:
Diffstat (limited to 'src/file/authfile.cil')
-rw-r--r--src/file/authfile.cil74
1 files changed, 37 insertions, 37 deletions
diff --git a/src/file/authfile.cil b/src/file/authfile.cil
index 4aa8ec5..78dd05c 100644
--- a/src/file/authfile.cil
+++ b/src/file/authfile.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 file
@@ -8,60 +8,60 @@
(block auth
- (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_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_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)
- (typeattribute typeattr)
+ (typeattribute typeattr)
- (call file.exception.type (typeattr))
+ (call file.exception.type (typeattr))
- (call .xattr.associate_fs (typeattr))
+ (call .xattr.associate_fs (typeattr))
- (block base_template
+ (block base_template
- (blockabstract base_template)
+ (blockabstract base_template)
- (blockinherit .file.base_template)
+ (blockinherit .file.base_template)
- (call .file.auth.type (file)))
+ (call .file.auth.type (file)))
- (block relabelto
+ (block relabelto
- (macro type ((type ARG1))
- (typeattributeset typeattr ARG1))
+ (macro type ((type ARG1))
+ (typeattributeset typeattr ARG1))
- (typeattribute not_typeattr)
- (typeattribute typeattr)
+ (typeattribute not_typeattr)
+ (typeattribute typeattr)
- (typeattributeset not_typeattr (not typeattr))
+ (typeattributeset not_typeattr (not typeattr))
- (neverallow not_typeattr auth.typeattr (file (relabelto))))
+ (neverallow not_typeattr auth.typeattr (file (relabelto))))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .file.auth.base_template)
- (blockinherit .file.macro_template_dirs)
- (blockinherit .file.macro_template_fifo_files)
- (blockinherit .file.macro_template_files)
- (blockinherit .file.macro_template_lnk_files)
- (blockinherit .file.macro_template_sock_files))
+ (blockinherit .file.auth.base_template)
+ (blockinherit .file.macro_template_dirs)
+ (blockinherit .file.macro_template_fifo_files)
+ (blockinherit .file.macro_template_files)
+ (blockinherit .file.macro_template_lnk_files)
+ (blockinherit .file.macro_template_sock_files))
- (block write
+ (block write
- (macro type ((type ARG1))
- (typeattributeset typeattr ARG1))
+ (macro type ((type ARG1))
+ (typeattributeset typeattr ARG1))
- (typeattribute not_typeattr)
- (typeattribute typeattr)
+ (typeattribute not_typeattr)
+ (typeattribute typeattr)
- (typeattributeset not_typeattr (not typeattr))
+ (typeattributeset not_typeattr (not typeattr))
- (neverallow not_typeattr auth.typeattr (file (append write))))))
+ (neverallow not_typeattr auth.typeattr (file (append write))))))