summaryrefslogtreecommitdiff
path: root/src/misc/obj.cil
blob: 30f9accae622918e0143ea72ea444ec5241aa261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl>
;; SPDX-License-Identifier: Unlicense

(block obj

    (macro role ((role ARG1))
	(roleattributeset roleattr ARG1))

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

    (roleattribute roleattr)

    (typeattribute typeattr)

    (roletype roleattr typeattr))