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/selinux | |
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/selinux')
-rw-r--r-- | src/selinux/booleanfile.cil | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selinux/booleanfile.cil b/src/selinux/booleanfile.cil index c36bf0e..7fd3727 100644 --- a/src/selinux/booleanfile.cil +++ b/src/selinux/booleanfile.cil @@ -16,7 +16,7 @@ (blockabstract base_template) - (context booleanfile_context (.sys.id .sys.role booleanfile lowlevelrange)) + (context booleanfile_context (.sys.id .sys.role booleanfile .sys.lowlow)) (type booleanfile) (call .booleanfile.type (booleanfile))) |