summaryrefslogtreecommitdiffstats
path: root/security/selinux
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2019-02-17 17:08:36 -0500
committerJonathan Corbet <corbet@lwn.net>2019-02-22 10:51:40 -0500
commitd61330c689df2ef7ac76b63be2bd0a8561e47fd9 (patch)
tree1dd5dd449f49ea47435fd895ea43e4c6faec6ca0 /security/selinux
parent3203561d6d081fa53d3b448d99fb9ffd933b3123 (diff)
doc: sctp: Merge and clean up rst files
The SCTP sections were ending up at the top-level table of contents under the security section when they should have be sections with the SCTP chapters. In addition to correcting the section and subsection headings, this merges the SCTP documents into a single file to organize the chapters more clearly, internally linkifies them, and adds the missing SPDX header. Signed-off-by: Kees Cook <keescook@chromium.org> Acked-by: Paul Moore <paul@paul-moore.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'security/selinux')
-rw-r--r--security/selinux/hooks.c2
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 */
4536static int selinux_socket_connect_helper(struct socket *sock, 4536static int selinux_socket_connect_helper(struct socket *sock,
4537 struct sockaddr *address, int addrlen) 4537 struct sockaddr *address, int addrlen)