diff options
Diffstat (limited to 'src/selinux/booleanfile/invalidassociationsbooleanfile.cil')
-rw-r--r-- | src/selinux/booleanfile/invalidassociationsbooleanfile.cil | 34 |
1 files changed, 17 insertions, 17 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))) |