[PATCH] net: Added security socket

From: Denis Arefev
Date: Tue Apr 04 2023 - 04:00:34 EST


Hi Alexander. I understand your concern.
That's right kernel_connect is in kernel space,
but kernel_connect is used in RPC requests (/net/sunrpc/xprtsock.c),
and the RPC protocol is used by the NFS server.
Note kernel_sendmsg is already protected.