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

(block net

    (block unconfined

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

	(typeattribute typeattr)))

(in unconfined

    (call .net.unconfined.type (typeattr)))