From: Petr Lautrbach <plautrba@redhat.com>
To: SElinux list <selinux@vger.kernel.org>
Cc: James Carter <jwcart2@gmail.com>, Topi Miettinen <toiwoton@gmail.com>
Subject: Re: [PATCH] libsepol: fix typo
Date: Mon, 13 Sep 2021 15:42:11 +0200 [thread overview]
Message-ID: <87tuioa8y4.fsf@redhat.com> (raw)
In-Reply-To: <CAP+JOzSd28YWZdzFcJ9m33bWk6n9LdnYfjW=9Baz540G4Zt76g@mail.gmail.com>
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
>>
prev parent reply other threads:[~2021-09-13 13:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tuioa8y4.fsf@redhat.com \
--to=plautrba@redhat.com \
--cc=jwcart2@gmail.com \
--cc=selinux@vger.kernel.org \
--cc=toiwoton@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.