]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Remove security_inode_post_create/mkdir/symlink/mknod hooks
authorStephen Smalley <sds@tycho.nsa.gov>
Fri, 9 Sep 2005 20:01:44 +0000 (13:01 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 9 Sep 2005 20:57:28 +0000 (13:57 -0700)
commit61d35571621a84f3696507b062cadf449e511361
treea8f4a809589513c666c6f5518cbe84f50ee5523e
parent2b2844d8afd0a404c5551ce0507a455855286569
[PATCH] Remove security_inode_post_create/mkdir/symlink/mknod hooks

This patch removes the inode_post_create/mkdir/mknod/symlink LSM hooks as
they are obsoleted by the new inode_init_security hook that enables atomic
inode security labeling.

If anyone sees any reason to retain these hooks, please speak now.  Also,
is anyone using the post_rename/link hooks; if not, those could also be
removed.

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/namei.c
include/linux/security.h
security/dummy.c
security/selinux/hooks.c
security/selinux/include/objsec.h