From d7770b95965328e2966566fe4ba748213bde3851 Mon Sep 17 00:00:00 2001 From: atrarxyp <15641866+atrarxyp@user.noreply.gitee.com> Date: Fri, 28 Mar 2025 08:19:30 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E7=89=87=E6=AE=B5=E9=94=99?= =?UTF-8?q?=E8=AF=AF=EF=BC=9B=20=E5=BA=94=E4=B8=BA=EF=BC=9A=20sestatus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: atrarxyp <15641866+atrarxyp@user.noreply.gitee.com> --- "docs/zh/docs/SecHarden/SELinux\351\205\215\347\275\256.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/docs/zh/docs/SecHarden/SELinux\351\205\215\347\275\256.md" "b/docs/zh/docs/SecHarden/SELinux\351\205\215\347\275\256.md" index a4aaa4d7b..caff37284 100644 --- "a/docs/zh/docs/SecHarden/SELinux\351\205\215\347\275\256.md" +++ "b/docs/zh/docs/SecHarden/SELinux\351\205\215\347\275\256.md" @@ -15,8 +15,8 @@ openEuler默认使用SELinux提升系统安全性。SELinux分为三种模式: - 获取当前SELinux运行状态: ``` - # getenforce - Enforcing + sestatus + ``` - SELinux开启的前提下,设置运行状态为enforcing模式: -- Gitee