Files
linux/Documentation/translations/zh_CN/security/lsm-development.rst
Shuo Zhao 7404c6b78a docs/zh_CN: Add security lsm-development Chinese translation
Translate .../security/lsm-development.rst into Chinese.

Update the translation through commit 6d2ed65318
("lsm: move hook comments docs to security/security.c").

Signed-off-by: Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
Reviewed-by: Yanteng Si <siyanteng@cqsoftware.com.cn>
Reviewed-by: Yanteng Si <si.yanteng@linux.dev>
Signed-off-by: Alex Shi <alexs@kernel.org>
2025-09-20 15:40:06 +08:00

20 lines
792 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.. SPDX-License-Identifier: GPL-2.0
.. include:: ../disclaimer-zh_CN.rst
:Original: Documentation/security/lsm-development.rst
:翻译:
赵硕 Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
=================
Linux安全模块开发
=================
基于https://lore.kernel.org/r/20071026073721.618b4778@laptopd505.fenrus.org
当一种新的LSM的意图它试图防范什么以及在哪些情况下人们会期望使用它
``Documentation/admin-guide/LSM/`` 中适当记录下来后,就会被接受进入内核。
这使得LSM的代码可以很轻松的与其目标进行对比从而让最终用户和发行版可以更
明智地决定那些LSM适合他们的需求。
有关可用的 LSM 钩子接口的详细文档,请参阅 ``security/security.c`` 及相关结构。