Re: [PATCH] integrity: audit update

2009-02-10 Thread Steve Grubb
On Monday 09 February 2009 06:24:20 pm Mimi Zohar wrote: > - Force audit result to be either 0 or 1. > - make template names const > - Add new stand-alone message type: AUDIT_INTEGRITY_RULE > > Signed-off-by: Mimi Zohar Acked-by: Steve Grubb > --- > diff --git a/include/linux/audit.h b/include/

Re: [PATCH] integrity: audit update

2009-02-10 Thread Mimi Zohar
On Tue, 2009-02-10 at 17:00 -0500, Steve Grubb wrote: > On Monday 09 February 2009 06:24:20 pm Mimi Zohar wrote: > > - Force audit result to be either 0 or 1. > > - make template names const > > - Add new stand-alone message type: AUDIT_INTEGRITY_RULE > > OK, I think this patch fixes the problems

Re: [PATCH] integrity: audit update

2009-02-10 Thread Steve Grubb
On Monday 09 February 2009 06:24:20 pm Mimi Zohar wrote: > - Force audit result to be either 0 or 1. > - make template names const > - Add new stand-alone message type: AUDIT_INTEGRITY_RULE OK, I think this patch fixes the problems from 2/8. Were you going to combine them for a new 2/8 or just ap

[PATCH] integrity: audit update

2009-02-09 Thread Mimi Zohar
- Force audit result to be either 0 or 1. - make template names const - Add new stand-alone message type: AUDIT_INTEGRITY_RULE Signed-off-by: Mimi Zohar --- diff --git a/include/linux/audit.h b/include/linux/audit.h index 930939a..4fa2810 100644 --- a/include/linux/audit.h +++ b/include/linux/aud