Re: [PATCH] f2fs: check cap_resource only for data blocks

2018-04-23 Thread Chao Yu
On 2018/4/21 14:53, Jaegeuk Kim wrote: > This patch changes the rule to check cap_resource for data blocks, not inode > or node blocks in order to avoid selinux denial. > > Signed-off-by: Jaegeuk Kim Reviewed-by: Chao Yu Thanks,

[PATCH] f2fs: check cap_resource only for data blocks

2018-04-20 Thread Jaegeuk Kim
This patch changes the rule to check cap_resource for data blocks, not inode or node blocks in order to avoid selinux denial. Signed-off-by: Jaegeuk Kim --- fs/f2fs/f2fs.h | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 9f2bc78a9f