aboutsummaryrefslogtreecommitdiffstats
path: root/docs/translations
diff options
context:
space:
mode:
authorDongliang Mu <dzm91@hust.edu.cn>2024-07-27 23:51:11 +0800
committerDmitry Vyukov <dvyukov@google.com>2024-07-29 07:59:52 +0000
commita79203556c289c4732e03714cb41911265d3ade5 (patch)
tree122572a61de389c23f7ff6fe92d52c15ca4090ea /docs/translations
parentd02dbf039f8956152dfa3afe822b97cbf10da103 (diff)
docs/translations: add the translation of configuration.md
Diffstat (limited to 'docs/translations')
-rw-r--r--docs/translations/zh_CN/configuration.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/translations/zh_CN/configuration.md b/docs/translations/zh_CN/configuration.md
new file mode 100644
index 000000000..7ea50ccd1
--- /dev/null
+++ b/docs/translations/zh_CN/configuration.md
@@ -0,0 +1,9 @@
+> [!WARNING]
+>
+> **请注意,这是社区驱动的官方 syzkaller 文档翻译。当前文档的最新版本(英文版)可在 [docs/configuration.md](/docs/configuration.md) 中找到。**
+
+# 配置
+
+Syzkaller 系统中的 `syz-manager` 进程操作由一个配置文件控制,该文件在调用时通过 `-config` 选项传递。
+这个配置可基于[示例](/pkg/mgrconfig/testdata/qemu.cfg)进行编写。
+文件为 JSON 格式,包含[多个参数](/pkg/mgrconfig/config.go)。 \ No newline at end of file