summaryrefslogtreecommitdiff
path: root/src/misc/obj.cil
blob: 812b50e03ae9a91d077a3946eb6bdac07a1e8941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
;; SPDX-FileCopyrightText: © 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))