diff mbox series

secilc: fixes cil_role_statements.md example

Message ID 20210217073728.1137112-1-dominick.grift@defensec.nl (mailing list archive)
State Accepted
Headers show
Series secilc: fixes cil_role_statements.md example | expand

Commit Message

Dominick Grift Feb. 17, 2021, 7:37 a.m. UTC
Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
---
 secilc/docs/cil_role_statements.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

James Carter Feb. 17, 2021, 12:59 p.m. UTC | #1
On Wed, Feb 17, 2021 at 2:42 AM Dominick Grift
<dominick.grift@defensec.nl> wrote:
>
> Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>

Acked-by: James Carter <jwcart2@gmail.com>

> ---
>  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)
>      )
> --
> 2.30.1
>
Petr Lautrbach Feb. 19, 2021, 3:19 p.m. UTC | #2
James Carter <jwcart2@gmail.com> writes:

> On Wed, Feb 17, 2021 at 2:42 AM Dominick Grift
> <dominick.grift@defensec.nl> wrote:
>>
>> Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
>
> Acked-by: James Carter <jwcart2@gmail.com>

Merged, thanks!

>> ---
>>  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)
>>      )
>> --
>> 2.30.1
>>
diff mbox series

Patch

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