[PATCH] docs/zh_CN: Add security lsm-development Chinese translation
#UpdatedFrom:Shuo Zhao <zhaoshuo@cqsoftware.com.cn>
Date:
Message-ID:<20250107051640.23347-1-zhaoshuo@cqsoftware.com.cn>
Patch:v1 · 1/1
Language:zh_CN
Patch-ID:79b6d2b373c7aef63e960e71355abe398677ba32
Files:
Documentation/translations/zh_CN/security/index.rstDocumentation/translations/zh_CN/security/lsm-development.rstLinks:lore message ↗ · raw mail ↗
Patch content 2 changed files
Translate .../security/lsm-development.rst into Chinese. Update the translation through commit 6d2ed653185b("lsm: move hook comments docs to security/security.c") Signed-off-by: Shuo Zhao <zhaoshuo@cqsoftware.com.cn>--- .../translations/zh_CN/security/index.rst | 2 +- .../zh_CN/security/lsm-development.rst | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 Documentation/translations/zh_CN/security/lsm-development.rst diff --git a/Documentation/translations/zh_CN/security/index.rst b/Documentation/translations/zh_CN/security/index.rstindex c30d4e0210d1..5842568585a0 100644--- a/Documentation/translations/zh_CN/security/index.rst+++ b/Documentation/translations/zh_CN/security/index.rst@@ -18,6 +18,7 @@ credentials IMA-templates lsm+ lsm-development sak siphash digsig@@ -26,7 +27,6 @@ TODOLIST: * snp-tdx-threat-model * keys/index-* lsm-development * SCTP * self-protection * tpm/indexdiff --git a/Documentation/translations/zh_CN/security/lsm-development.rst b/Documentation/translations/zh_CN/security/lsm-development.rstnew file mode 100644index 000000000000..7ed3719a9d07--- /dev/null+++ b/Documentation/translations/zh_CN/security/lsm-development.rst@@ -0,0 +1,19 @@+.. 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`` 及相关结构。-- 2.47.1