summaryrefslogtreecommitdiff
path: root/src/selinux/booleanfile/invalidpeersbooleanfile.cil
diff options
context:
space:
mode:
Diffstat (limited to 'src/selinux/booleanfile/invalidpeersbooleanfile.cil')
-rw-r--r--src/selinux/booleanfile/invalidpeersbooleanfile.cil32
1 files changed, 16 insertions, 16 deletions
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)))