All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] secilc: fixes cil_role_statements.md example
@ 2021-02-17  7:37 Dominick Grift
  2021-02-17 12:59 ` James Carter
  0 siblings, 1 reply; 3+ messages in thread
From: Dominick Grift @ 2021-02-17  7:37 UTC (permalink / raw)
  To: selinux; +Cc: Dominick Grift

Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
---
 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] secilc: fixes cil_role_statements.md example
  2021-02-17  7:37 [PATCH] secilc: fixes cil_role_statements.md example Dominick Grift
@ 2021-02-17 12:59 ` James Carter
  2021-02-19 15:19   ` Petr Lautrbach
  0 siblings, 1 reply; 3+ messages in thread
From: James Carter @ 2021-02-17 12:59 UTC (permalink / raw)
  To: Dominick Grift; +Cc: SElinux list

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
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] secilc: fixes cil_role_statements.md example
  2021-02-17 12:59 ` James Carter
@ 2021-02-19 15:19   ` Petr Lautrbach
  0 siblings, 0 replies; 3+ messages in thread
From: Petr Lautrbach @ 2021-02-19 15:19 UTC (permalink / raw)
  To: SElinux list, James Carter, Dominick Grift

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-19 15:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-17  7:37 [PATCH] secilc: fixes cil_role_statements.md example Dominick Grift
2021-02-17 12:59 ` James Carter
2021-02-19 15:19   ` Petr Lautrbach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.