]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ext3: Enable atomic inode security labeling
authorStephen Smalley <sds@tycho.nsa.gov>
Fri, 9 Sep 2005 20:01:41 +0000 (13:01 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 20:57:28 +0000 (13:57 -0700)
commit3143abe1855bb21442a6e057e76d62c169e7edcb
treeff6569e5f5412b8363a7c2f8ad11232cb29fb27f
parent12cfbf748f87a2f1b39be25f16d0fbe00f643190
[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 <sds@tycho.nsa.gov>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/ext3/ialloc.c
fs/ext3/xattr.h
fs/ext3/xattr_security.c