[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)
commita74574aafea3a63add3251047601611111f44562
treea8f4a809589513c666c6f5518cbe84f50ee5523e
parent570bc1c2e5ccdb408081e77507a385dc7ebed7fa
[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