From 49ff851c9826062f1c293bba633efc12d62b9c3c Mon Sep 17 00:00:00 2001 From: Dominick Grift Date: Wed, 17 Feb 2021 08:37:28 +0100 Subject: [PATCH] secilc: fixes cil_role_statements.md example Signed-off-by: Dominick Grift Acked-by: James Carter --- secilc/docs/cil_role_statements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secilc/docs/cil_role_statements.md b/secilc/docs/cil_role_statements.md index ee6a5868..2e1b4047 100644 --- a/secilc/docs/cil_role_statements.md +++ b/secilc/docs/cil_role_statements.md @@ -339,7 +339,7 @@ In this example the role `test` cannot have greater privileges than `unconfined. ```secil (role test) - (unconfined + (block unconfined (role role) (rolebounds role .test) )