Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1229931
| From | 慕冬亮 <mudongliangabcd@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH]Documentation: fix alignment |
| Date | 2015-09-22 08:50 +0200 |
| Message-ID | <qbpyN-61H-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
I don't find any maintainer in the MAINTAINERS who is in charge of this document, so I post it to the lkml. This patch is to fix alignment of one line in Documentation/security/LSM.txt Signed-off-by: Dongliang Mu <mudongliangabcd@gmail.com> --- diff --git a/Documentation/security/LSM.txt b/Documentation/security/LSM.txt index 3db7e67..9b37f5d 100644 --- a/Documentation/security/LSM.txt +++ b/Documentation/security/LSM.txt @@ -22,13 +22,13 @@ system, building their checks on top of the defined capability hooks. For more details on capabilities, see capabilities(7) in the Linux man-pages project. -Based on https://lkml.org/lkml/2007/10/26/215, -a new LSM is accepted into the kernel when its intent (a description of -what it tries to protect against and in what cases one would expect to -use it) has been appropriately documented in Documentation/security/. -This allows an LSM's code to be easily compared to its goals, and so -that end users and distros can make a more informed decision about which -LSMs suit their requirements. +Based on https://lkml.org/lkml/2007/10/26/215, a new LSM is accepted +into the kernel when its intent (a description of what it tries to +protect against and in what cases one would expect to use it) has been +appropriately documented in Documentation/security/. This allows an LSM's +code to be easily compared to its goals, and so that end users and +distros can make a more informed decision about which LSMs suit their +requirements. For extensive documentation on the available LSM hook interfaces, please see include/linux/security.h. --- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH]Documentation: fix alignment 慕冬亮 <mudongliangabcd@gmail.com> - 2015-09-22 08:50 +0200
csiph-web