[apparmor] [PATCH 15/27] apparmor: fix the audit type table

Steve Beattie steve at nxnw.org
Wed Nov 21 16:24:33 UTC 2012


On Tue, Nov 20, 2012 at 08:39:55PM -0800, John Johansen wrote:
> The audit type table is missing a comma so that KILLED comes out as
> KILLEDAUTO.
> 
> Signed-off-by: John Johansen <john.johansen at canonical.com>

Oops. Acked-by: Steve Beattie <sbeattie at ubuntu.com>

> ---
>  security/apparmor/audit.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/security/apparmor/audit.c b/security/apparmor/audit.c
> index 3ae28db..031d2d9 100644
> --- a/security/apparmor/audit.c
> +++ b/security/apparmor/audit.c
> @@ -88,7 +88,7 @@ static const char *const aa_audit_type[] = {
>  	"HINT",
>  	"STATUS",
>  	"ERROR",
> -	"KILLED"
> +	"KILLED",
>  	"AUTO"
>  };

-- 
Steve Beattie
<sbeattie at ubuntu.com>
http://NxNW.org/~steve/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/apparmor/attachments/20121121/977e1190/attachment.pgp>


More information about the AppArmor mailing list