summaryrefslogtreecommitdiff
path: root/src/sys/pstorefile.cil
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/pstorefile.cil')
-rw-r--r--src/sys/pstorefile.cil170
1 files changed, 85 insertions, 85 deletions
diff --git a/src/sys/pstorefile.cil b/src/sys/pstorefile.cil
index 1806014..c5c96dd 100644
--- a/src/sys/pstorefile.cil
+++ b/src/sys/pstorefile.cil
@@ -1,140 +1,140 @@
-;; 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 pstorefile
- (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 .obj.type (typeattr))
+ (call .obj.type (typeattr))
- (call .pstore.associate_fs (typeattr))
+ (call .pstore.associate_fs (typeattr))
- (block base_template
+ (block base_template
- (blockabstract base_template)
+ (blockabstract base_template)
- (context pstorefile_context (.sys.id .sys.role pstorefile .sys.lowlow))
+ (context pstorefile_context (.sys.id .sys.role pstorefile .sys.lowlow))
- (type pstorefile)
- (call .pstorefile.type (pstorefile)))
+ (type pstorefile)
+ (call .pstorefile.type (pstorefile)))
- (block macro_template_dirs
+ (block macro_template_dirs
- (blockabstract macro_template_dirs)
+ (blockabstract macro_template_dirs)
- (macro addname_pstorefile_dirs ((type ARG1))
- (allow ARG1 pstorefile addname_dir))
+ (macro addname_pstorefile_dirs ((type ARG1))
+ (allow ARG1 pstorefile addname_dir))
- (macro create_pstorefile_dirs ((type ARG1))
- (allow ARG1 pstorefile create_dir))
+ (macro create_pstorefile_dirs ((type ARG1))
+ (allow ARG1 pstorefile create_dir))
- (macro delete_pstorefile_dirs ((type ARG1))
- (allow ARG1 pstorefile delete_dir))
+ (macro delete_pstorefile_dirs ((type ARG1))
+ (allow ARG1 pstorefile delete_dir))
- (macro deletename_pstorefile_dirs ((type ARG1))
- (allow ARG1 pstorefile deletename_dir))
+ (macro deletename_pstorefile_dirs ((type ARG1))
+ (allow ARG1 pstorefile deletename_dir))
- (macro list_pstorefile_dirs ((type ARG1))
- (allow ARG1 pstorefile list_dir))
+ (macro list_pstorefile_dirs ((type ARG1))
+ (allow ARG1 pstorefile list_dir))
- (macro listinherited_pstorefile_dirs ((type ARG1))
- (allow ARG1 pstorefile listinherited_dir))
+ (macro listinherited_pstorefile_dirs ((type ARG1))
+ (allow ARG1 pstorefile listinherited_dir))
- (macro manage_pstorefile_dirs ((type ARG1))
- (allow ARG1 pstorefile manage_dir))
+ (macro manage_pstorefile_dirs ((type ARG1))
+ (allow ARG1 pstorefile manage_dir))
- (macro mounton_pstorefile_dirs ((type ARG1))
- (allow ARG1 pstorefile mounton_dir))
+ (macro mounton_pstorefile_dirs ((type ARG1))
+ (allow ARG1 pstorefile mounton_dir))
- (macro readwrite_pstorefile_dirs ((type ARG1))
- (allow ARG1 pstorefile readwrite_dir))
+ (macro readwrite_pstorefile_dirs ((type ARG1))
+ (allow ARG1 pstorefile readwrite_dir))
- (macro readwriteinherited_pstorefile_dirs ((type ARG1))
- (allow ARG1 pstorefile readwriteinherited_dir))
+ (macro readwriteinherited_pstorefile_dirs ((type ARG1))
+ (allow ARG1 pstorefile readwriteinherited_dir))
- (macro rename_pstorefile_dirs ((type ARG1))
- (allow ARG1 pstorefile rename_dir))
+ (macro rename_pstorefile_dirs ((type ARG1))
+ (allow ARG1 pstorefile rename_dir))
- (macro search_pstorefile_dirs ((type ARG1))
- (allow ARG1 pstorefile search_dir))
+ (macro search_pstorefile_dirs ((type ARG1))
+ (allow ARG1 pstorefile search_dir))
- (macro write_pstorefile_dirs ((type ARG1))
- (allow ARG1 pstorefile write_dir))
+ (macro write_pstorefile_dirs ((type ARG1))
+ (allow ARG1 pstorefile write_dir))
- (macro writeinherited_pstorefile_dirs ((type ARG1))
- (allow ARG1 pstorefile writeinherited_dir)))
+ (macro writeinherited_pstorefile_dirs ((type ARG1))
+ (allow ARG1 pstorefile writeinherited_dir)))
- (block macro_template_files
+ (block macro_template_files
- (blockabstract macro_template_files)
+ (blockabstract macro_template_files)
- (macro append_pstorefile_files ((type ARG1))
- (allow ARG1 pstorefile append_file))
+ (macro append_pstorefile_files ((type ARG1))
+ (allow ARG1 pstorefile append_file))
- (macro appendinherited_pstorefile_files ((type ARG1))
- (allow ARG1 pstorefile appendinherited_file))
+ (macro appendinherited_pstorefile_files ((type ARG1))
+ (allow ARG1 pstorefile appendinherited_file))
- (macro create_pstorefile_files ((type ARG1))
- (allow ARG1 pstorefile create_file))
+ (macro create_pstorefile_files ((type ARG1))
+ (allow ARG1 pstorefile create_file))
- (macro delete_pstorefile_files ((type ARG1))
- (allow ARG1 pstorefile delete_file))
+ (macro delete_pstorefile_files ((type ARG1))
+ (allow ARG1 pstorefile delete_file))
- (macro execute_pstorefile_files ((type ARG1))
- (allow ARG1 pstorefile execute_file))
+ (macro execute_pstorefile_files ((type ARG1))
+ (allow ARG1 pstorefile execute_file))
- (macro manage_pstorefile_files ((type ARG1))
- (allow ARG1 pstorefile manage_file))
+ (macro manage_pstorefile_files ((type ARG1))
+ (allow ARG1 pstorefile manage_file))
- (macro mapexecute_pstorefile_files ((type ARG1))
- (allow ARG1 pstorefile mapexecute_file))
+ (macro mapexecute_pstorefile_files ((type ARG1))
+ (allow ARG1 pstorefile mapexecute_file))
- (macro mounton_pstorefile_files ((type ARG1))
- (allow ARG1 pstorefile mounton_file))
+ (macro mounton_pstorefile_files ((type ARG1))
+ (allow ARG1 pstorefile mounton_file))
- (macro read_pstorefile_files ((type ARG1))
- (allow ARG1 pstorefile read_file))
+ (macro read_pstorefile_files ((type ARG1))
+ (allow ARG1 pstorefile read_file))
- (macro readinherited_pstorefile_files ((type ARG1))
- (allow ARG1 pstorefile readinherited_file))
+ (macro readinherited_pstorefile_files ((type ARG1))
+ (allow ARG1 pstorefile readinherited_file))
- (macro readwrite_pstorefile_files ((type ARG1))
- (allow ARG1 pstorefile readwrite_file))
+ (macro readwrite_pstorefile_files ((type ARG1))
+ (allow ARG1 pstorefile readwrite_file))
- (macro readwriteinherited_pstorefile_files ((type ARG1))
- (allow ARG1 pstorefile readwriteinherited_file))
+ (macro readwriteinherited_pstorefile_files ((type ARG1))
+ (allow ARG1 pstorefile readwriteinherited_file))
- (macro rename_pstorefile_files ((type ARG1))
- (allow ARG1 pstorefile rename_file))
+ (macro rename_pstorefile_files ((type ARG1))
+ (allow ARG1 pstorefile rename_file))
- (macro write_pstorefile_files ((type ARG1))
- (allow ARG1 pstorefile write_file))
+ (macro write_pstorefile_files ((type ARG1))
+ (allow ARG1 pstorefile write_file))
- (macro writeinherited_pstorefile_files ((type ARG1))
- (allow ARG1 pstorefile writeinherited_file)))
+ (macro writeinherited_pstorefile_files ((type ARG1))
+ (allow ARG1 pstorefile writeinherited_file)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .pstorefile.base_template)
- (blockinherit .pstorefile.macro_template_files))
+ (blockinherit .pstorefile.base_template)
+ (blockinherit .pstorefile.macro_template_files))
- (block unconfined
+ (block unconfined
- (macro type ((type ARG1))
- (typeattributeset typeattr ARG1))
+ (macro type ((type ARG1))
+ (typeattributeset typeattr ARG1))
- (typeattribute typeattr)
+ (typeattribute typeattr)
- (allow typeattr pstorefile.typeattr (dir (not execmod)))
- (allow typeattr pstorefile.typeattr (file (not (entrypoint execmod))))))
+ (allow typeattr pstorefile.typeattr (dir (not execmod)))
+ (allow typeattr pstorefile.typeattr (file (not (entrypoint execmod))))))
(in sys.unconfined