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/selinux | |
parent | cfd55472db08f37b2123c350ce76fb3d916d25f6 (diff) | |
download | selinux-policy-58ffeaf9b49e662e49d24a2d71dcdc9fac2949f8.tar.gz |
auto format all files
Diffstat (limited to 'src/selinux')
-rw-r--r-- | src/selinux/booleanfile.cil | 108 | ||||
-rw-r--r-- | src/selinux/booleanfile/invalidassociationsbooleanfile.cil | 34 | ||||
-rw-r--r-- | src/selinux/booleanfile/invalidpacketsbooleanfile.cil | 32 | ||||
-rw-r--r-- | src/selinux/booleanfile/invalidpeersbooleanfile.cil | 32 |
4 files changed, 103 insertions, 103 deletions
diff --git a/src/selinux/booleanfile.cil b/src/selinux/booleanfile.cil index a8839c1..5edd1b4 100644 --- a/src/selinux/booleanfile.cil +++ b/src/selinux/booleanfile.cil @@ -1,92 +1,92 @@ -;; 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 booleanfile - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr) + (typeattribute typeattr) - (blockinherit .file.all_macro_template_files) + (blockinherit .file.all_macro_template_files) - (call .obj.type (typeattr)) + (call .obj.type (typeattr)) - (block base_template + (block base_template - (blockabstract base_template) + (blockabstract base_template) - (context booleanfile_context (.sys.id .sys.role booleanfile .sys.lowlow)) + (context booleanfile_context (.sys.id .sys.role booleanfile .sys.lowlow)) - (type booleanfile) - (call .booleanfile.type (booleanfile))) + (type booleanfile) + (call .booleanfile.type (booleanfile))) - (block macro_template_files + (block macro_template_files - (blockabstract macro_template_files) + (blockabstract macro_template_files) - (macro append_booleanfile_files ((type ARG1)) - (allow ARG1 booleanfile append_file)) + (macro append_booleanfile_files ((type ARG1)) + (allow ARG1 booleanfile append_file)) - (macro appendinherited_booleanfile_files ((type ARG1)) - (allow ARG1 booleanfile appendinherited_file)) + (macro appendinherited_booleanfile_files ((type ARG1)) + (allow ARG1 booleanfile appendinherited_file)) - (macro create_booleanfile_files ((type ARG1)) - (allow ARG1 booleanfile create_file)) + (macro create_booleanfile_files ((type ARG1)) + (allow ARG1 booleanfile create_file)) - (macro delete_booleanfile_files ((type ARG1)) - (allow ARG1 booleanfile delete_file)) + (macro delete_booleanfile_files ((type ARG1)) + (allow ARG1 booleanfile delete_file)) - (macro execute_booleanfile_files ((type ARG1)) - (allow ARG1 booleanfile execute_file)) + (macro execute_booleanfile_files ((type ARG1)) + (allow ARG1 booleanfile execute_file)) - (macro manage_booleanfile_files ((type ARG1)) - (allow ARG1 booleanfile manage_file)) + (macro manage_booleanfile_files ((type ARG1)) + (allow ARG1 booleanfile manage_file)) - (macro mapexecute_booleanfile_files ((type ARG1)) - (allow ARG1 booleanfile mapexecute_file)) + (macro mapexecute_booleanfile_files ((type ARG1)) + (allow ARG1 booleanfile mapexecute_file)) - (macro mounton_booleanfile_files ((type ARG1)) - (allow ARG1 booleanfile mounton_file)) + (macro mounton_booleanfile_files ((type ARG1)) + (allow ARG1 booleanfile mounton_file)) - (macro read_booleanfile_files ((type ARG1)) - (allow ARG1 booleanfile read_file)) + (macro read_booleanfile_files ((type ARG1)) + (allow ARG1 booleanfile read_file)) - (macro readinherited_booleanfile_files ((type ARG1)) - (allow ARG1 booleanfile readinherited_file)) + (macro readinherited_booleanfile_files ((type ARG1)) + (allow ARG1 booleanfile readinherited_file)) - (macro readwrite_booleanfile_files ((type ARG1)) - (allow ARG1 booleanfile readwrite_file)) + (macro readwrite_booleanfile_files ((type ARG1)) + (allow ARG1 booleanfile readwrite_file)) - (macro readwriteinherited_booleanfile_files ((type ARG1)) - (allow ARG1 booleanfile readwriteinherited_file)) + (macro readwriteinherited_booleanfile_files ((type ARG1)) + (allow ARG1 booleanfile readwriteinherited_file)) - (macro rename_booleanfile_files ((type ARG1)) - (allow ARG1 booleanfile rename_file)) + (macro rename_booleanfile_files ((type ARG1)) + (allow ARG1 booleanfile rename_file)) - (macro write_booleanfile_files ((type ARG1)) - (allow ARG1 booleanfile write_file)) + (macro write_booleanfile_files ((type ARG1)) + (allow ARG1 booleanfile write_file)) - (macro writeinherited_booleanfile_files ((type ARG1)) - (allow ARG1 booleanfile writeinherited_file))) + (macro writeinherited_booleanfile_files ((type ARG1)) + (allow ARG1 booleanfile writeinherited_file))) - (block template + (block template - (blockabstract template) + (blockabstract template) - (blockinherit .booleanfile.base_template) - (blockinherit .booleanfile.macro_template_files)) + (blockinherit .booleanfile.base_template) + (blockinherit .booleanfile.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 booleanfile.typeattr - (file (not (audit_access entrypoint execmod relabelfrom - relabelto)))))) + (allow typeattr booleanfile.typeattr + (file (not (audit_access entrypoint execmod relabelfrom + relabelto)))))) (in selinux.unconfined diff --git a/src/selinux/booleanfile/invalidassociationsbooleanfile.cil b/src/selinux/booleanfile/invalidassociationsbooleanfile.cil index 6ca3a88..a044850 100644 --- a/src/selinux/booleanfile/invalidassociationsbooleanfile.cil +++ b/src/selinux/booleanfile/invalidassociationsbooleanfile.cil @@ -1,35 +1,35 @@ -;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl> +;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl> ;; SPDX-License-Identifier: Unlicense (tunable invalid_associations true) (block invalid_associations - (genfscon "selinuxfs" "/booleans/invalid_associations" booleanfile_context) + (genfscon "selinuxfs" "/booleans/invalid_associations" booleanfile_context) - (blockinherit .booleanfile.template)) + (blockinherit .booleanfile.template)) (block invalidassociations - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr) + (typeattribute typeattr) - (block except + (block except - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr) + (typeattribute typeattr) - (typeattributeset typeattr - (and invalidassociations.typeattr - (not (exception.typeattr))))) + (typeattributeset typeattr + (and invalidassociations.typeattr + (not (exception.typeattr))))) - (block exception + (block exception - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr))) + (typeattribute typeattr))) diff --git a/src/selinux/booleanfile/invalidpacketsbooleanfile.cil b/src/selinux/booleanfile/invalidpacketsbooleanfile.cil index 7d2909c..9a642c7 100644 --- a/src/selinux/booleanfile/invalidpacketsbooleanfile.cil +++ b/src/selinux/booleanfile/invalidpacketsbooleanfile.cil @@ -1,34 +1,34 @@ -;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl> +;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl> ;; SPDX-License-Identifier: Unlicense (tunable invalid_packets true) (block invalid_packets - (genfscon "selinuxfs" "/booleans/invalid_packets" booleanfile_context) + (genfscon "selinuxfs" "/booleans/invalid_packets" booleanfile_context) - (blockinherit .booleanfile.template)) + (blockinherit .booleanfile.template)) (block invalidpackets - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr) + (typeattribute typeattr) - (block except + (block except - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr) + (typeattribute typeattr) - (typeattributeset typeattr - (and invalidpackets.typeattr (not (exception.typeattr))))) + (typeattributeset typeattr + (and invalidpackets.typeattr (not (exception.typeattr))))) - (block exception + (block exception - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr))) + (typeattribute typeattr))) diff --git a/src/selinux/booleanfile/invalidpeersbooleanfile.cil b/src/selinux/booleanfile/invalidpeersbooleanfile.cil index 83b707e..295a6ee 100644 --- a/src/selinux/booleanfile/invalidpeersbooleanfile.cil +++ b/src/selinux/booleanfile/invalidpeersbooleanfile.cil @@ -1,34 +1,34 @@ -;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl> +;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl> ;; SPDX-License-Identifier: Unlicense (tunable invalid_peers true) (block invalid_peers - (genfscon "selinuxfs" "/booleans/invalid_peers" booleanfile_context) + (genfscon "selinuxfs" "/booleans/invalid_peers" booleanfile_context) - (blockinherit .booleanfile.template)) + (blockinherit .booleanfile.template)) (block invalidpeers - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr) + (typeattribute typeattr) - (block except + (block except - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr) + (typeattribute typeattr) - (typeattributeset typeattr - (and invalidpeers.typeattr (not (exception.typeattr))))) + (typeattributeset typeattr + (and invalidpeers.typeattr (not (exception.typeattr))))) - (block exception + (block exception - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr))) + (typeattribute typeattr))) |