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/packetnet.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/packetnet.cil')
-rw-r--r-- | src/net/packetnet.cil | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/packetnet.cil b/src/net/packetnet.cil index 4ed4b3d..f31ee00 100644 --- a/src/net/packetnet.cil +++ b/src/net/packetnet.cil @@ -117,7 +117,7 @@ (blockabstract base_template) - (context packet_context (.sys.id .sys.role packet lowlevelrange)) + (context packet_context (.sys.id .sys.role packet .sys.lowlow)) (type packet) (call .net.packet.type (packet))) |