diff options
author | Dominick Grift <dominick.grift@defensec.nl> | 2024-11-04 05:52:25 +0100 |
---|---|---|
committer | Dominick Grift <dominick.grift@defensec.nl> | 2024-11-04 06:26:42 +0100 |
commit | c31f9de714589eb1946a5972ab105011816e2353 (patch) | |
tree | 2b2ed2e698b09f444f512736f9af617d8ca09a87 /src/net/netifnet.cil | |
parent | 489df53e4bdd8f03047a8c48b2fb8ccd8b51957e (diff) | |
download | selinux-policy-c31f9de714589eb1946a5972ab105011816e2353.tar.gz |
mls: support templates
Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
Diffstat (limited to 'src/net/netifnet.cil')
-rw-r--r-- | src/net/netifnet.cil | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/net/netifnet.cil b/src/net/netifnet.cil index 6a97ee3..03849df 100644 --- a/src/net/netifnet.cil +++ b/src/net/netifnet.cil @@ -1,7 +1,7 @@ ;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl> ;; SPDX-License-Identifier: Unlicense -(sidcontext netif (sys.id sys.role net.netif lowlevelrange)) +(sidcontext netif (sys.id sys.role net.netif sys.lowlow)) (class netif (egress ingress)) (classorder (unordered netif)) @@ -62,7 +62,7 @@ (blockabstract base_template) - (context netif_context (.sys.id .sys.role netif lowlevelrange)) + (context netif_context (.sys.id .sys.role netif .sys.lowlow)) (type netif) (call .net.netif.type (netif))) |