From: Stephen Smalley Date: Fri, 9 Sep 2005 20:01:39 +0000 (-0700) Subject: [PATCH] ext2: Enable atomic inode security labeling X-Git-Tag: v2.6.14-rc1~472 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10f47e6a1b8b276323b652053945c87a63a5812d;p=pandora-kernel.git [PATCH] ext2: Enable atomic inode security labeling This patch modifies ext2 to call the inode_init_security LSM hook to obtain the security attribute for a newly created inode and to set the resulting attribute on the new inode. This parallels the existing processing for setting ACLs on newly created inodes. Signed-off-by: Stephen Smalley Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed