Re: [Patch 4/7] integrity: IMA integrity_measure() support

2007-03-26 Thread Andrew Morton
On Fri, 23 Mar 2007 12:09:50 -0400 Mimi Zohar <[EMAIL PROTECTED]> wrote: > This is a re-release of Integrity Measurement Architecture(IMA) as a > method of providing support for the integrity service framework API > integrity_measure() call. When integrity_measure() is called, IMA > submits the

Re: [Patch 4/7] integrity: IMA integrity_measure() support

2007-03-26 Thread Andrew Morton
On Fri, 23 Mar 2007 12:09:50 -0400 Mimi Zohar [EMAIL PROTECTED] wrote: This is a re-release of Integrity Measurement Architecture(IMA) as a method of providing support for the integrity service framework API integrity_measure() call. When integrity_measure() is called, IMA submits the

Re: [Patch 4/7] integrity: IMA integrity_measure() support

2007-03-25 Thread Andrew Morton
On Fri, 23 Mar 2007 12:09:50 -0400 Mimi Zohar <[EMAIL PROTECTED]> wrote: > +void create_htable(void); I notice a bit of a tendency in these patches to create ill-chosen global identifiers. Please review the whole patchset for that. - To unsubscribe from this list: send the line "unsubscribe

Re: [Patch 4/7] integrity: IMA integrity_measure() support

2007-03-25 Thread Andrew Morton
On Fri, 23 Mar 2007 12:09:50 -0400 Mimi Zohar [EMAIL PROTECTED] wrote: +void create_htable(void); I notice a bit of a tendency in these patches to create ill-chosen global identifiers. Please review the whole patchset for that. - To unsubscribe from this list: send the line unsubscribe

[Patch 4/7] integrity: IMA integrity_measure() support

2007-03-23 Thread Mimi Zohar
This is a re-release of Integrity Measurement Architecture(IMA) as a method of providing support for the integrity service framework API integrity_measure() call. When integrity_measure() is called, IMA submits the measurement (hash) of the file to the TPM chip, for inclusion in one of the chip's

[Patch 4/7] integrity: IMA integrity_measure() support

2007-03-23 Thread Mimi Zohar
This is a re-release of Integrity Measurement Architecture(IMA) as a method of providing support for the integrity service framework API integrity_measure() call. When integrity_measure() is called, IMA submits the measurement (hash) of the file to the TPM chip, for inclusion in one of the chip's