Re: [AppArmor 01/44] Pass struct vfsmount to the inode_create LSM hook

2007-07-03 Thread Andreas Gruenbacher
On Saturday 30 June 2007 11:29, Christoph Hellwig wrote: > On Tue, Jun 26, 2007 at 04:07:57PM -0700, [EMAIL PROTECTED] wrote: > > This is needed for computing pathnames in the AppArmor LSM. > > Please see the various per-mountpoint r/o thread that NACKed all the > vfsmount additions and have the ra

Re: [AppArmor 01/44] Pass struct vfsmount to the inode_create LSM hook

2007-06-30 Thread Christoph Hellwig
On Tue, Jun 26, 2007 at 04:07:57PM -0700, [EMAIL PROTECTED] wrote: > This is needed for computing pathnames in the AppArmor LSM. Please see the various per-mountpoint r/o thread that NACKed all the vfsmount additions and have the rationale for it. - To unsubscribe from this list: send the line "u

[AppArmor 01/44] Pass struct vfsmount to the inode_create LSM hook

2007-06-26 Thread jjohansen
This is needed for computing pathnames in the AppArmor LSM. Signed-off-by: Tony Jones <[EMAIL PROTECTED]> Signed-off-by: Andreas Gruenbacher <[EMAIL PROTECTED]> Signed-off-by: John Johansen <[EMAIL PROTECTED]> --- fs/namei.c |2 +- include/linux/security.h |9 ++--- sec