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 f0e36c3492ba..bb4a8e088f7e 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -4531,7 +4531,7 @@ err_af: | |||
4531 | } | 4531 | } |
4532 | 4532 | ||
4533 | /* This supports connect(2) and SCTP connect services such as sctp_connectx(3) | 4533 | /* This supports connect(2) and SCTP connect services such as sctp_connectx(3) |
4534 | * and sctp_sendmsg(3) as described in Documentation/security/LSM-sctp.rst | 4534 | * and sctp_sendmsg(3) as described in Documentation/security/SCTP.rst |
4535 | */ | 4535 | */ |
4536 | static int selinux_socket_connect_helper(struct socket *sock, | 4536 | static int selinux_socket_connect_helper(struct socket *sock, |
4537 | struct sockaddr *address, int addrlen) | 4537 | struct sockaddr *address, int addrlen) |