diff options
Diffstat (limited to 'src/unlabeled.cil')
-rw-r--r-- | src/unlabeled.cil | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unlabeled.cil b/src/unlabeled.cil index 540f904..d928442 100644 --- a/src/unlabeled.cil +++ b/src/unlabeled.cil @@ -1,7 +1,7 @@ ;; SPDX-FileCopyrightText: © 2024 Dominick Grift <dominick.grift@defensec.nl> ;; SPDX-License-Identifier: Unlicense -(sidcontext file (sys.id sys.role unlabeled lowlevelrange)) +(sidcontext file (sys.id sys.role unlabeled sys.lowlow)) (macro addname_unlabeled_dirs ((type ARG1)) (allow ARG1 unlabeled addname_dir)) |