diff options
author | Yuehui Zhao <zhaoyuehui@cqsoftware.com.cn> | 2024-12-19 14:30:34 +0800 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-12-30 11:23:12 -0700 |
commit | 8c2388d9cfad5224e967ce684438debc9b6f2887 (patch) | |
tree | 2c621bec917c83fd6421c3e630a7e4a7c7ad500a | |
parent | da3ecf00ffc7b169b9a31a1218bbb52aa19d8df7 (diff) |
docs/zh_CN: Add security index Chinese translation
Translate .../security/index.rst into Chinese.
Reviewed-by: Yanteng Si <si.yanteng@linux.dev>
Signed-off-by: Yuehui Zhao <zhaoyuehui@cqsoftware.com.cn>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/89ad67b4b4e12a52581cfa0f87f194e1aee3e526.1734575890.git.zhaoyuehui@cqsoftware.com.cn
-rw-r--r-- | Documentation/translations/zh_CN/security/index.rst | 33 | ||||
-rw-r--r-- | Documentation/translations/zh_CN/subsystem-apis.rst | 2 |
2 files changed, 34 insertions, 1 deletions
diff --git a/Documentation/translations/zh_CN/security/index.rst b/Documentation/translations/zh_CN/security/index.rst new file mode 100644 index 000000000000..6b56b4f87315 --- /dev/null +++ b/Documentation/translations/zh_CN/security/index.rst @@ -0,0 +1,33 @@ +.. SPDX-License-Identifier: GPL-2.0 + +.. include:: ../disclaimer-zh_CN.rst + +:Original: Documentation/security/index.rst + +:翻译: + + 赵岳辉 Yuehui Zhao <zhaoyuehui@cqsoftware.com.cn> + +======== +安全文档 +======== + +.. toctree:: + :maxdepth: 1 + +TODOLIST: +* credentials +* snp-tdx-threat-model +* IMA-templates +* keys/index +* lsm +* lsm-development +* sak +* SCTP +* self-protection +* siphash +* tpm/index +* digsig +* landlock +* secrets/index +* ipe diff --git a/Documentation/translations/zh_CN/subsystem-apis.rst b/Documentation/translations/zh_CN/subsystem-apis.rst index 47780bb0772f..8b646c1010be 100644 --- a/Documentation/translations/zh_CN/subsystem-apis.rst +++ b/Documentation/translations/zh_CN/subsystem-apis.rst @@ -88,6 +88,7 @@ TODOList: cpu-freq/index iio/index virt/index + security/index PCI/index peci/index @@ -102,7 +103,6 @@ TODOList: * watchdog/index * hwmon/index * accel/index -* security/index * crypto/index * bpf/index * usb/index |