[RFC PATCH 1/5] security: Add support for SCTP security hooks
From: James Morris <hidden>
Date: 2017-10-20 04:54:33
Also in:
linux-sctp, netdev, selinux
From: James Morris <hidden>
Date: 2017-10-20 04:54:33
Also in:
linux-sctp, netdev, selinux
On Tue, 17 Oct 2017, Richard Haines wrote:
The SCTP security hooks are explained in: Documentation/security/LSM-sctp.txt Signed-off-by: Richard Haines <redacted> --- Documentation/security/LSM-sctp.txt | 212 ++++++++++++++++++++++++++++++++++++ include/linux/lsm_hooks.h | 37 +++++++ include/linux/security.h | 27 +++++ security/security.c | 23 ++++ 4 files changed, 299 insertions(+) create mode 100644 Documentation/security/LSM-sctp.txt
This looks ok from an LSM API pov, but note that I'm not an expert on SCTP. It would be good to see more review from networking folk. Reviewed-by: James Morris <redacted> -- James Morris [off-list ref] -- To unsubscribe from this list: send the line "unsubscribe linux-security-module" in the body of a message to majordomo at vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html