All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libsepol: fix typo
@ 2021-09-10 12:12 Topi Miettinen
  2021-09-10 13:33 ` James Carter
  0 siblings, 1 reply; 3+ messages in thread
From: Topi Miettinen @ 2021-09-10 12:12 UTC (permalink / raw)
  To: selinux; +Cc: Topi Miettinen

Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
---
 libsepol/src/module_to_cil.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libsepol/src/module_to_cil.c b/libsepol/src/module_to_cil.c
index 9c7e3d3a..3c8ba10a 100644
--- a/libsepol/src/module_to_cil.c
+++ b/libsepol/src/module_to_cil.c
@@ -573,7 +573,7 @@ static int avrule_to_cil(int indent, struct policydb *pdb, uint32_t type, const
 		rule = "auditallow";
 		break;
 	case AVRULE_AUDITDENY:
-		rule = "auditdenty";
+		rule = "auditdeny";
 		break;
 	case AVRULE_DONTAUDIT:
 		rule = "dontaudit";
-- 
2.30.2


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

* Re: [PATCH] libsepol: fix typo
  2021-09-10 12:12 [PATCH] libsepol: fix typo Topi Miettinen
@ 2021-09-10 13:33 ` James Carter
  2021-09-13 13:42   ` Petr Lautrbach
  0 siblings, 1 reply; 3+ messages in thread
From: James Carter @ 2021-09-10 13:33 UTC (permalink / raw)
  To: Topi Miettinen; +Cc: SElinux list

On Fri, Sep 10, 2021 at 8:13 AM Topi Miettinen <toiwoton@gmail.com> wrote:
>
> Signed-off-by: Topi Miettinen <toiwoton@gmail.com>

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

> ---
>  libsepol/src/module_to_cil.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libsepol/src/module_to_cil.c b/libsepol/src/module_to_cil.c
> index 9c7e3d3a..3c8ba10a 100644
> --- a/libsepol/src/module_to_cil.c
> +++ b/libsepol/src/module_to_cil.c
> @@ -573,7 +573,7 @@ static int avrule_to_cil(int indent, struct policydb *pdb, uint32_t type, const
>                 rule = "auditallow";
>                 break;
>         case AVRULE_AUDITDENY:
> -               rule = "auditdenty";
> +               rule = "auditdeny";
>                 break;
>         case AVRULE_DONTAUDIT:
>                 rule = "dontaudit";
> --
> 2.30.2
>

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

* Re: [PATCH] libsepol: fix typo
  2021-09-10 13:33 ` James Carter
@ 2021-09-13 13:42   ` Petr Lautrbach
  0 siblings, 0 replies; 3+ messages in thread
From: Petr Lautrbach @ 2021-09-13 13:42 UTC (permalink / raw)
  To: SElinux list; +Cc: James Carter, Topi Miettinen

James Carter <jwcart2@gmail.com> writes:

> On Fri, Sep 10, 2021 at 8:13 AM Topi Miettinen <toiwoton@gmail.com> wrote:
>>
>> Signed-off-by: Topi Miettinen <toiwoton@gmail.com>
>
> Acked-by: James Carter <jwcart2@gmail.com>

Merged, thanks!



>> ---
>>  libsepol/src/module_to_cil.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/libsepol/src/module_to_cil.c b/libsepol/src/module_to_cil.c
>> index 9c7e3d3a..3c8ba10a 100644
>> --- a/libsepol/src/module_to_cil.c
>> +++ b/libsepol/src/module_to_cil.c
>> @@ -573,7 +573,7 @@ static int avrule_to_cil(int indent, struct policydb *pdb, uint32_t type, const
>>                 rule = "auditallow";
>>                 break;
>>         case AVRULE_AUDITDENY:
>> -               rule = "auditdenty";
>> +               rule = "auditdeny";
>>                 break;
>>         case AVRULE_DONTAUDIT:
>>                 rule = "dontaudit";
>> --
>> 2.30.2
>>


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

end of thread, other threads:[~2021-09-13 13:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-10 12:12 [PATCH] libsepol: fix typo Topi Miettinen
2021-09-10 13:33 ` James Carter
2021-09-13 13:42   ` 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.