From 2d3d24e96bab72cec0253459f83a0a63b3f8db1c Mon Sep 17 00:00:00 2001 From: httc-ld-001 Date: Thu, 6 Mar 2025 08:08:05 +0000 Subject: [PATCH] =?UTF-8?q?update=20README.md.=20=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: httc-ld-001 --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0130aca..a2aa14f 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,15 @@ cp -rf ttm/platform_term/build/ttm /usr/local/httcsec/ #### 使用说明: 运行命令 -#白名单管理: + +1. 白名单管理: /usr/local/httcsec/ttm/bin/ht_whitelist [-s/-d] scan_dir -#全局策略开关管理: + +2. 全局策略开关管理: /usr/local/httcsec/ttm/bin/ht_global_policy_switch [show/dmeasure/smeasure on/off] -#动态度量管理: + +3. 动态度量管理: /usr/local/httcsec/ttm/bin/ht_dmeasure [get_dmeasure_policy/get_dmeasure_process_policy/update_dmeasure_process_policy] -#审计策略管理: + +4. 审计策略管理: /usr/local/httcsec/ttm/bin/ht_audit_switch [show; dmeasure/smeasure success/fail/no/all] -- Gitee