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