lsm: Remove the socket_post_accept() hook
authorPaul Moore <paul.moore@hp.com>
Fri, 27 Mar 2009 21:10:48 +0000 (17:10 -0400)
committerJames Morris <jmorris@namei.org>
Sat, 28 Mar 2009 04:01:37 +0000 (15:01 +1100)
commit8651d5c0b1f874c5b8307ae2b858bc40f9f02482
treec09bee8fdc4c659d155b47911dc87ce4c09b6676
parent58bfbb51ff2b0fdc6c732ff3d72f50aa632b67a2
lsm: Remove the socket_post_accept() hook

The socket_post_accept() hook is not currently used by any in-tree modules
and its existence continues to cause problems by confusing people about
what can be safely accomplished using this hook.  If a legitimate need for
this hook arises in the future it can always be reintroduced.

Signed-off-by: Paul Moore <paul.moore@hp.com>
Signed-off-by: James Morris <jmorris@namei.org>
include/linux/security.h
net/socket.c
security/capability.c
security/security.c