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