ผลต่างระหว่างรุ่นของ "Translations:คู่มือการพัฒนา EAI Mail Server บน CentOS 8/29/th"

จาก Wiki_EAI
ไปยังการนำทาง ไปยังการค้นหา
(กำลังนำเข้ารุ่นใหม่จากแหล่งข้อมูลภายนอก)
 
(ไม่แตกต่าง)

รุ่นแก้ไขปัจจุบันเมื่อ 12:17, 12 กรกฎาคม 2564

ข้อมูลเกี่ยวกับข้อความ (ช่วยเขียน)
ข้อความนี้ไม่มีคำอธิบายการใช้งาน ถ้าคุณทราบว่าข้อความนี้ใช้ตรงส่วนไหนหรือใช้อย่างไร คุณสามารถช่วยเพิ่มคำอธิบายการใช้งานของข้อความนี้ เพื่อเป็นประโยชน์แก่ผู้แปลคนอื่นได้
นิยามข้อความต้นฉบับ (คู่มือการพัฒนา EAI Mail Server บน CentOS 8)
'''# This file controls the state of SELinux on the system.
 '''# SELINUX= can take one of these three values:
 '''#      enforcing - SELinux security policy is enforced.
 '''#      permissive - SELinux prints warnings instead of enforcing.
 '''#      disabled - No SELinux policy is loaded.
 '''SELINUX=<span style='color:red'>disabled</span>
 '''# SELINUXTYPE= can take one of these two values:
 '''#      targeted - Targeted processes are protected,
 '''#      mls - Multi Level Security protection.
 '''SELINUXTYPE=targeted

7. ตรวจสอบสถานะ SELinux อีกครั้ง 
* สั่ง restart server และทำการตรวจสอบ
 '''# reboot'''
 '''# sestatus'''

# This file controls the state of SELinux on the system.

# SELINUX= can take one of these three values:
#       enforcing - SELinux security policy is enforced.
#       permissive - SELinux prints warnings instead of enforcing.
#       disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
#       targeted - Targeted processes are protected,
#       mls - Multi Level Security protection.
SELINUXTYPE=targeted

7. ตรวจสอบสถานะ SELinux อีกครั้ง

  • สั่ง restart server และทำการตรวจสอบ
# reboot
# sestatus