]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit134dc28e7fdf9b41a8a519c9871f2abbaa247217
treec09bee8fdc4c659d155b47911dc87ce4c09b6676
parentddd5b7bc0efc5dc8d417d31327fcb42298b3c0c8
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