diff options
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 2f82a54f8703..333606b3a8ef 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -4472,7 +4472,7 @@ err_af: | |||
4472 | } | 4472 | } |
4473 | 4473 | ||
4474 | /* This supports connect(2) and SCTP connect services such as sctp_connectx(3) | 4474 | /* This supports connect(2) and SCTP connect services such as sctp_connectx(3) |
4475 | * and sctp_sendmsg(3) as described in Documentation/security/LSM-sctp.rst | 4475 | * and sctp_sendmsg(3) as described in Documentation/security/SCTP.rst |
4476 | */ | 4476 | */ |
4477 | static int selinux_socket_connect_helper(struct socket *sock, | 4477 | static int selinux_socket_connect_helper(struct socket *sock, |
4478 | struct sockaddr *address, int addrlen) | 4478 | struct sockaddr *address, int addrlen) |