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/booleanfile | |
parent | cfd55472db08f37b2123c350ce76fb3d916d25f6 (diff) | |
download | selinux-policy-58ffeaf9b49e662e49d24a2d71dcdc9fac2949f8.tar.gz |
auto format all files
Diffstat (limited to 'src/selinux/booleanfile')
3 files changed, 49 insertions, 49 deletions
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))) |