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) )