[Bluetooth] Use type of the parent socket
The SELinux fixes for kernel sockets assume that we always use the type SOCK_SEQPACKET, but this must not be the truth. Give the sock->type as argument to sock_create_lite() and everything is correct for the new child socket.
Showing
Please register or sign in to comment