]> git.baikalelectronics.ru Git - kernel.git/commit
selinux: Fix missing calls to netlbl_skbuff_err()
authorPaul Moore <paul.moore@hp.com>
Fri, 10 Oct 2008 14:16:31 +0000 (10:16 -0400)
committerPaul Moore <paul.moore@hp.com>
Fri, 10 Oct 2008 14:16:31 +0000 (10:16 -0400)
commitadfd6814a90213fbb1ffc32d6486755e478ba0ab
tree4dccdcdcecd57fc8bfc083ff30d9e0ecb2e7ecba
parentdf68664a285b21f9420ecdbc214038e04976e4b3
selinux: Fix missing calls to netlbl_skbuff_err()

At some point I think I messed up and dropped the calls to netlbl_skbuff_err()
which are necessary for CIPSO to send error notifications to remote systems.
This patch re-introduces the error handling calls into the SELinux code.

Signed-off-by: Paul Moore <paul.moore@hp.com>
Acked-by: James Morris <jmorris@namei.org>
include/net/netlabel.h
net/netlabel/netlabel_kapi.c
security/selinux/hooks.c
security/selinux/include/netlabel.h
security/selinux/netlabel.c