File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -699,4 +699,8 @@ sudo yum -y install numactl
699699
700700# # 关闭 SELinux
701701
702- 使用 [getenforce(8)](https://linux.die.net/man/8/getenforce) 工具检查是否已禁用 SELinux 或设置为宽容模式 (Permissive)。处于强制模式 (Enforcing) 的 SELinux 可能会导致部署失败。有关禁用 SELinux 的说明,请参阅操作系统的文档。
702+ SELinux 必须关闭或设置为 ` permissive` 模式。你可以使用 [getenforce(8)](https://linux.die.net/man/8/getenforce) 工具来检查 SELinux 的当前状态。
703+
704+ 如果 SELinux 未关闭,请打开 ` /etc/selinux/config` 文件,找到以 ` SELINUX=` 开头的行,并将其修改为 ` SELINUX=disabled` 。修改完成后,你需要重启系统,因为从 ` enforcing` 或 ` permissive` 切换到 ` disabled` 模式只有在重启后才会生效。
705+
706+ 在某些系统(如 Ubuntu)上,` /etc/selinux/config` 文件可能不存在,且 getenforce 工具可能未安装。在这种情况下,可以跳过此检查步骤。
Original file line number Diff line number Diff line change @@ -76,7 +76,11 @@ cat /sys/kernel/mm/transparent_hugepage/enabled
7676
7777### SELinux
7878
79- 检查 SELinux 是否启用。请务必禁用 SELinux。
79+ SELinux 必须关闭或设置为 ` permissive ` 模式。你可以使用 [ getenforce(8)] ( https://linux.die.net/man/8/getenforce ) 工具来检查 SELinux 的当前状态。
80+
81+ 如果 SELinux 未关闭,请打开 ` /etc/selinux/config ` 文件,找到以 ` SELINUX= ` 开头的行,并将其修改为 ` SELINUX=disabled ` 。修改完成后,你需要重启系统,因为从 ` enforcing ` 或 ` permissive ` 切换到 ` disabled ` 模式只有在重启后才会生效。
82+
83+ 在某些系统(如 Ubuntu)上,` /etc/selinux/config ` 文件可能不存在,且 getenforce 工具可能未安装。在这种情况下,可以跳过此检查步骤。
8084
8185### 防火墙
8286
You can’t perform that action at this time.
0 commit comments