diff options
Diffstat (limited to 'src/net.cil')
-rw-r--r-- | src/net.cil | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/net.cil b/src/net.cil new file mode 100644 index 0000000..294d3cb --- /dev/null +++ b/src/net.cil @@ -0,0 +1,15 @@ +;; SPDX-FileCopyrightText: © 2023 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))) |