Re: [RFC] [PATCH 2/2] Btrfs: move over to use ->update_time

2012-04-04 Thread Mimi Zohar
On Wed, 2012-04-04 at 13:43 -0400, Josef Bacik wrote: > On Wed, Apr 04, 2012 at 08:24:19PM +0300, Kasatkin, Dmitry wrote: > > Hello, > > > > Mimi and I working on IMA/EVM (security/integrity) and it uses > > i_version for checking if file content has been changed. > > extX file systems support i_v

[PATCH] security: new security_inode_init_security API adds function callback

2011-06-23 Thread Mimi Zohar
serfs and ocfs2, this patch defines security_old_inode_init_security(). Signed-off-by: Mimi Zohar --- security/security.c | 39 ++-- fs/ext2/xattr_security.c | 34 +--- fs/ext3/xattr_security.c | 36 ++---

[PATCH v6 11/20] evm: add evm_inode_post_init call in btrfs

2011-06-02 Thread Mimi Zohar
After creating the initial LSM security extended attribute, call evm_inode_post_init_security() to create the 'security.evm' extended attribute. Signed-off-by: Mimi Zohar --- fs/btrfs/xattr.c | 39 +-- 1 files changed, 29 insertions(+), 10

[PATCH v5 12/21] evm: add evm_inode_post_init call in btrfs

2011-05-16 Thread Mimi Zohar
After creating the initial LSM security extended attribute, call evm_inode_post_init_security() to create the 'security.evm' extended attribute. Signed-off-by: Mimi Zohar --- fs/btrfs/xattr.c | 39 +-- 1 files changed, 29 insertions(+), 10