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.johan...@canonical.com>

Oops. Acked-by: Steve Beattie <sbeat...@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
<sbeat...@ubuntu.com>
http://NxNW.org/~steve/

Attachment: signature.asc
Description: Digital signature

-- 
AppArmor mailing list
AppArmor@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/apparmor

Reply via email to