summaryrefslogtreecommitdiff
path: root/src/misc/unconfined.cil
blob: f8d973037ce88e0441f32b1879327e86a15f0432 (plain)
1
2
3
4
5
6
7
8
9
;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block unconfined

    (macro type ((type ARG1))
	(typeattributeset typeattr ARG1))

    (typeattribute typeattr))