From 3042d7d65cee9f2d14553688c6bb11c06f70adb8 Mon Sep 17 00:00:00 2001 From: wangyihao Date: Tue, 25 Apr 2023 06:49:07 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=96=87=E6=9C=AC=E4=B8=8D?= =?UTF-8?q?=E9=80=9A=E9=A1=BA=E7=9A=84=E5=9C=B0=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyihao --- .../\345\206\205\346\240\270\345\217\202\346\225\260.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/docs/zh/docs/SecHarden/\345\206\205\346\240\270\345\217\202\346\225\260.md" "b/docs/zh/docs/SecHarden/\345\206\205\346\240\270\345\217\202\346\225\260.md" index 989191929..adfd4683a 100644 --- "a/docs/zh/docs/SecHarden/\345\206\205\346\240\270\345\217\202\346\225\260.md" +++ "b/docs/zh/docs/SecHarden/\345\206\205\346\240\270\345\217\202\346\225\260.md" @@ -217,7 +217,7 @@ 出于安全考虑,建议开启此项(当前默认值为0,开启将值设为1)。 - 但是开启后会记录带有不允许的地址的数据到内核日志中,存在冲日志风险,建议用户根据实际使用场景决定是否开启此项。 + 但是开启后会记录带有不允许的地址的数据到内核日志中,日志存在一定风险,建议用户根据实际使用场景决定是否开启此项。 - net.ipv4.tcp\_timestamps:关闭tcp\_timestamps。 -- Gitee