secilc: fixes cil_role_statements.md example

Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
Acked-by: James Carter <jwcart2@gmail.com>
This commit is contained in:
Dominick Grift 2021-02-17 08:37:28 +01:00 committed by Petr Lautrbach
parent 398d2ceef9
commit 49ff851c98
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ In this example the role `test` cannot have greater privileges than `unconfined.
```secil ```secil
(role test) (role test)
(unconfined (block unconfined
(role role) (role role)
(rolebounds role .test) (rolebounds role .test)
) )