From bf466c14315cda4070a49bc59ee517842318d53c Mon Sep 17 00:00:00 2001 From: k18700474961 Date: Wed, 19 Apr 2023 08:55:25 +0000 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=ADselinux=E8=A6=81=E9=87=8D?= =?UTF-8?q?=E5=90=AF=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: k18700474961 --- .../NestOS/\344\275\277\347\224\250\346\226\271\346\263\225.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/docs/zh/docs/NestOS/\344\275\277\347\224\250\346\226\271\346\263\225.md" "b/docs/zh/docs/NestOS/\344\275\277\347\224\250\346\226\271\346\263\225.md" index f5ff38eb2..f6dfd0a94 100644 --- "a/docs/zh/docs/NestOS/\344\275\277\347\224\250\346\226\271\346\263\225.md" +++ "b/docs/zh/docs/NestOS/\344\275\277\347\224\250\346\226\271\346\263\225.md" @@ -75,7 +75,7 @@ systemctl enable ntpd 关闭swap分区,防火墙,selinux ``` -NestOS默认无swap分区,默认关闭防火墙 +NestOS默认无swap分区,默认关闭防火墙(修改配置后重启机器生效) 关闭selinux如下 ``` -- Gitee