diff options
author | John Turner <jturner.usa@gmail.com> | 2025-08-16 14:43:06 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2025-08-16 14:43:06 -0400 |
commit | 58ffeaf9b49e662e49d24a2d71dcdc9fac2949f8 (patch) | |
tree | 84c645e32aac8eb468f41df33fbac7b0a8584887 /src/file/datafile | |
parent | cfd55472db08f37b2123c350ce76fb3d916d25f6 (diff) | |
download | selinux-policy-58ffeaf9b49e662e49d24a2d71dcdc9fac2949f8.tar.gz |
auto format all files
Diffstat (limited to 'src/file/datafile')
-rw-r--r-- | src/file/datafile/execfile.cil | 84 | ||||
-rw-r--r-- | src/file/datafile/libfile.cil | 50 | ||||
-rw-r--r-- | src/file/datafile/modfile.cil | 50 | ||||
-rw-r--r-- | src/file/datafile/srcfile.cil | 6 |
4 files changed, 95 insertions, 95 deletions
diff --git a/src/file/datafile/execfile.cil b/src/file/datafile/execfile.cil index 178ac12..ef13723 100644 --- a/src/file/datafile/execfile.cil +++ b/src/file/datafile/execfile.cil @@ -1,74 +1,74 @@ -;; 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 exec - (blockinherit .file.exec.template) - (blockinherit .file.macro_template_dirs) - (blockinherit .file.macro_template_lnk_files)) + (blockinherit .file.exec.template) + (blockinherit .file.macro_template_dirs) + (blockinherit .file.macro_template_lnk_files)) (in file (block exec - (macro entrypoint_all_files ((type ARG1)) - (allow ARG1 typeattr (file (entrypoint)))) + (macro entrypoint_all_files ((type ARG1)) + (allow ARG1 typeattr (file (entrypoint)))) - (macro getattr_all_files ((type ARG1)) - (allow ARG1 typeattr (file (getattr)))) + (macro getattr_all_files ((type ARG1)) + (allow ARG1 typeattr (file (getattr)))) - (macro map_all_files ((type ARG1)) - (allow ARG1 typeattr (file (map)))) + (macro map_all_files ((type ARG1)) + (allow ARG1 typeattr (file (map)))) - (macro subj_range_transition ((type ARG1)(levelrange ARG2)) - (rangetransition ARG1 typeattr process ARG2)) + (macro subj_range_transition ((type ARG1)(levelrange ARG2)) + (rangetransition ARG1 typeattr process ARG2)) - (macro subj_role_transition ((role ARG1)(role ARG2)) - (roletransition ARG1 typeattr process ARG2)) + (macro subj_role_transition ((role ARG1)(role ARG2)) + (roletransition ARG1 typeattr process ARG2)) - (macro subj_type_transition ((type ARG1)(type ARG2)) - (typetransition ARG1 typeattr process ARG2)) + (macro subj_type_transition ((type ARG1)(type ARG2)) + (typetransition ARG1 typeattr process ARG2)) - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (blockinherit file.all_macro_template_files) + (blockinherit file.all_macro_template_files) - (typeattribute typeattr) + (typeattribute typeattr) - (call data.type (typeattr)) + (call data.type (typeattr)) - (call .subj.entry.type (typeattr)) + (call .subj.entry.type (typeattr)) - (block base_template + (block base_template - (blockabstract base_template) + (blockabstract base_template) - (blockinherit .file.base_template) + (blockinherit .file.base_template) - (call .file.exec.type (file))) + (call .file.exec.type (file))) - (block template + (block template - (blockabstract template) + (blockabstract template) - (macro entrypoint_file_files ((type ARG1)) - (allow ARG1 file (file (entrypoint)))) + (macro entrypoint_file_files ((type ARG1)) + (allow ARG1 file (file (entrypoint)))) - (macro getattr_file_files ((type ARG1)) - (allow ARG1 file (file (getattr)))) + (macro getattr_file_files ((type ARG1)) + (allow ARG1 file (file (getattr)))) - (macro map_file_files ((type ARG1)) - (allow ARG1 file (file (map)))) + (macro map_file_files ((type ARG1)) + (allow ARG1 file (file (map)))) - (macro subj_range_transition ((type ARG1)(levelrange ARG2)) - (rangetransition ARG1 file process ARG2)) + (macro subj_range_transition ((type ARG1)(levelrange ARG2)) + (rangetransition ARG1 file process ARG2)) - (macro subj_role_transition ((role ARG1)(role ARG2)) - (roletransition ARG1 file process ARG2)) + (macro subj_role_transition ((role ARG1)(role ARG2)) + (roletransition ARG1 file process ARG2)) - (macro subj_type_transition ((type ARG1)(type ARG2)) - (typetransition ARG1 file process ARG2)) + (macro subj_type_transition ((type ARG1)(type ARG2)) + (typetransition ARG1 file process ARG2)) - (blockinherit .file.exec.base_template) - (blockinherit .file.macro_template_files)))) + (blockinherit .file.exec.base_template) + (blockinherit .file.macro_template_files)))) diff --git a/src/file/datafile/libfile.cil b/src/file/datafile/libfile.cil index 6076741..3a1e715 100644 --- a/src/file/datafile/libfile.cil +++ b/src/file/datafile/libfile.cil @@ -1,51 +1,51 @@ -;; 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 lib - (blockinherit .file.lib.template) - (blockinherit .file.macro_template_dirs) - (blockinherit .file.macro_template_lnk_files)) + (blockinherit .file.lib.template) + (blockinherit .file.macro_template_dirs) + (blockinherit .file.macro_template_lnk_files)) (block textrel - (block lib + (block lib - (macro execmod_file_files ((type ARG1)) - (allow ARG1 file (file (execmod)))) + (macro execmod_file_files ((type ARG1)) + (allow ARG1 file (file (execmod)))) - (blockinherit .file.lib.template))) + (blockinherit .file.lib.template))) (in file (block lib - (macro map_all_files ((type ARG1)) - (allow ARG1 typeattr (file (map)))) + (macro map_all_files ((type ARG1)) + (allow ARG1 typeattr (file (map)))) - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (blockinherit file.all_macro_template_files) + (blockinherit file.all_macro_template_files) - (typeattribute typeattr) + (typeattribute typeattr) - (call data.type (typeattr)) + (call data.type (typeattr)) - (block base_template + (block base_template - (blockabstract base_template) + (blockabstract base_template) - (blockinherit .file.base_template) + (blockinherit .file.base_template) - (call .file.lib.type (file))) + (call .file.lib.type (file))) - (block template + (block template - (blockabstract template) + (blockabstract template) - (macro map_file_files ((type ARG1)) - (allow ARG1 file (file (map)))) + (macro map_file_files ((type ARG1)) + (allow ARG1 file (file (map)))) - (blockinherit .file.lib.base_template) - (blockinherit .file.macro_template_files)))) + (blockinherit .file.lib.base_template) + (blockinherit .file.macro_template_files)))) diff --git a/src/file/datafile/modfile.cil b/src/file/datafile/modfile.cil index 356859f..e2388a5 100644 --- a/src/file/datafile/modfile.cil +++ b/src/file/datafile/modfile.cil @@ -1,51 +1,51 @@ -;; 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 mod - (blockinherit .file.macro_template_dirs) - (blockinherit .file.macro_template_lnk_files) - (blockinherit .file.mod.template)) + (blockinherit .file.macro_template_dirs) + (blockinherit .file.macro_template_lnk_files) + (blockinherit .file.mod.template)) (in file (block mod - (macro load_all_files ((type ARG1)) - (allow ARG1 typeattr (system (module_load)))) + (macro load_all_files ((type ARG1)) + (allow ARG1 typeattr (system (module_load)))) - (macro map_all_files ((type ARG1)) - (allow ARG1 typeattr (file (map)))) + (macro map_all_files ((type ARG1)) + (allow ARG1 typeattr (file (map)))) - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (blockinherit file.all_macro_template_files) + (blockinherit file.all_macro_template_files) - (typeattribute typeattr) + (typeattribute typeattr) - (call data.type (typeattr)) + (call data.type (typeattr)) - (block base_template + (block base_template - (blockabstract base_template) + (blockabstract base_template) - (blockinherit .file.base_template) + (blockinherit .file.base_template) - (call .file.mod.type (file))) + (call .file.mod.type (file))) - (block template + (block template - (blockabstract template) + (blockabstract template) - (macro load_file_files ((type ARG1)) - (allow ARG1 file (system (module_load)))) + (macro load_file_files ((type ARG1)) + (allow ARG1 file (system (module_load)))) - (macro map_file_files ((type ARG1)) - (allow ARG1 file (file (map)))) + (macro map_file_files ((type ARG1)) + (allow ARG1 file (file (map)))) - (blockinherit .file.macro_template_files) - (blockinherit .file.mod.base_template)))) + (blockinherit .file.macro_template_files) + (blockinherit .file.mod.base_template)))) (in sys diff --git a/src/file/datafile/srcfile.cil b/src/file/datafile/srcfile.cil index 121d522..6223875 100644 --- a/src/file/datafile/srcfile.cil +++ b/src/file/datafile/srcfile.cil @@ -1,8 +1,8 @@ -;; 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 src - (blockinherit .file.data.template) + (blockinherit .file.data.template) - (call .xattr.associate_fs (file))) + (call .xattr.associate_fs (file))) |