Re: [f2fs-dev] [PATCH 2/2] f2fs: support xattr security labels

2013-06-07 Thread Jaegeuk Kim
Hi, Thank you for the review. I agreed all, and will submit v3. Thanks, 2013-06-07 (금), 15:13 -0700, Casey Schaufler: > On 6/6/2013 10:55 PM, Jaegeuk Kim wrote: > > This patch adds the support of security labels for f2fs, which will be used > > by SElinux. > > Please be inclusive. Security xattrs

Re: [f2fs-dev] [PATCH 2/2] f2fs: support xattr security labels

2013-06-07 Thread Casey Schaufler
On 6/6/2013 10:55 PM, Jaegeuk Kim wrote: > This patch adds the support of security labels for f2fs, which will be used > by SElinux. Please be inclusive. Security xattrs are used by LSMs other than SELinux. > Signed-off-by: Jaegeuk Kim > --- > fs/f2fs/Kconfig | 9 + > fs/f2fs/dir.c |

[f2fs-dev] [PATCH 2/2] f2fs: support xattr security labels

2013-06-06 Thread Jaegeuk Kim
This patch adds the support of security labels for f2fs, which will be used by SElinux. Signed-off-by: Jaegeuk Kim --- fs/f2fs/Kconfig | 9 + fs/f2fs/dir.c | 5 + fs/f2fs/xattr.c | 59 +++-- fs/f2fs/xattr.h | 12 +++- 4