From: Stephen Smalley Date: Fri, 9 Sep 2005 20:01:41 +0000 (-0700) Subject: [PATCH] ext3: Enable atomic inode security labeling X-Git-Tag: v2.6.14-rc1~471 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac50960afa31877493add6d941d8402fa879c452;p=pandora-kernel.git [PATCH] ext3: Enable atomic inode security labeling This patch modifies ext3 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 as part of the same transaction. 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