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