Re: [Patch 5/7] integrity: mtime patch for mmap files

2007-03-26 Thread Mimi Zohar
On Sun, 2007-03-25 at 00:26 -0800, Andrew Morton wrote: > On Fri, 23 Mar 2007 12:09:58 -0400 Mimi Zohar <[EMAIL PROTECTED]> wrote: > > > mmaped files are hashed and hmac'ed properly by EVM after being modified > > when the file's mtime is updated correctly. Peter Staubach's 'memory > > mapped

Re: [Patch 5/7] integrity: mtime patch for mmap files

2007-03-26 Thread Mimi Zohar
On Sun, 2007-03-25 at 00:26 -0800, Andrew Morton wrote: On Fri, 23 Mar 2007 12:09:58 -0400 Mimi Zohar [EMAIL PROTECTED] wrote: mmaped files are hashed and hmac'ed properly by EVM after being modified when the file's mtime is updated correctly. Peter Staubach's 'memory mapped files not

Re: [Patch 5/7] integrity: mtime patch for mmap files

2007-03-25 Thread Andrew Morton
On Fri, 23 Mar 2007 12:09:58 -0400 Mimi Zohar <[EMAIL PROTECTED]> wrote: > mmaped files are hashed and hmac'ed properly by EVM after being modified > when the file's mtime is updated correctly. Peter Staubach's 'memory > mapped files not updating timestamps v2' patch properly updates the >

Re: [Patch 5/7] integrity: mtime patch for mmap files

2007-03-25 Thread Andrew Morton
On Fri, 23 Mar 2007 12:09:58 -0400 Mimi Zohar [EMAIL PROTECTED] wrote: mmaped files are hashed and hmac'ed properly by EVM after being modified when the file's mtime is updated correctly. Peter Staubach's 'memory mapped files not updating timestamps v2' patch properly updates the mmapped

[Patch 5/7] integrity: mtime patch for mmap files

2007-03-23 Thread Mimi Zohar
mmaped files are hashed and hmac'ed properly by EVM after being modified when the file's mtime is updated correctly. Peter Staubach's 'memory mapped files not updating timestamps v2' patch properly updates the mmapped file's mtime. In those cases when an application does not first msync the file

[Patch 5/7] integrity: mtime patch for mmap files

2007-03-23 Thread Mimi Zohar
mmaped files are hashed and hmac'ed properly by EVM after being modified when the file's mtime is updated correctly. Peter Staubach's 'memory mapped files not updating timestamps v2' patch properly updates the mmapped file's mtime. In those cases when an application does not first msync the file