標籤

BAT (38) shell (34) Virtual Machine (33) Xubuntu (29) acfs (25) PHP (24) CentOS (21) Virtul Box (20) 編輯器 (17) 資料庫 (15) lubuntu (13) windows (13) CPP (12) ubuntu (12) chrome (11) laravel (10) Docker (9) Python (9) 5A88 (7) VMware (6) 資料結構 (6) Javascript (5) Node (5) Proxmox VE (5) 公告系統 (5) 程式積木 (5) Android Studio (4) ANN (3) OB2D2016x64 (3) Xoops (3) clonezilla (3) samba (3) 公文 (3) 其他 (3) 硬體 (3) API (2) Android (2) AppInvent2 (2) Html (2) Hyper-V (2) Nas (2) botnet (2) mbot (2) swift (2) wordpress (2) 樣板 (2) 防火牆 (2) AD的應用 (1) Ansible (1) Arduino (1) CSS (1) GitLab (1) HA Proxy (1) LegoEV3 (1) PowerShell (1) Scratch (1) VM (1) XenServer (1) kotlin (1) linuxmint (1) lxc (1)

2019年3月22日 星期五

CentOS 7.6 minimal 關閉/啟用 SELinux 與 firewall

1.檢查SELinux 狀態
   #sestatus

2.暫時停止(重開機後回原設定)SELinux
   #setenforce 0

   暫時啟用(重開機後回原設定)SELinux
   #setenforce 1

3.變更SELinux 設定
    (1)建立一個有搜尋功能的編輯器
         CentOS 7 minimal 使用 pico 當編輯器

    (2)編輯設定
        #pico /etc/selinux/config
        將其中的 SELINUX = enforcing 改為 disabled
     
       永久啟動 enforcing
       永久停用 disabled
    
     (3)重開機後,再檢查一次
         #sestatus

4.檢查防火牆firewalld 狀態
   #systemctl status firewalld.service

5.暫時停用防火牆firewalld(重開機恢復原設定)
   #systemctl stop firewalld.service
   
   (1)暫時啟用防火牆firewalld(重開機恢復原設定)
        #systemctl start firewalld.service

6.永久停用防火牆firewalld(重開機停用)
   #systemctl disable firewalld.service

   (1)永久啟用防火牆firewalld(重開機啟用)
   #systemctl enable firewalld.service

資料來源:
1.鳥哥的 Linux 私房菜 第十六章、程序管理與 SELinux 初探
2.CentOS 7 開啟/關閉SELinux
3.CentOS 7 關閉防火牆及 SELinux

沒有留言:

張貼留言

在 Windows 10 x64 1909版,使用BAT快速安裝公文系統與人事服務網(自然人憑證)版

相關內容移往 https://skjhcreator.blogspot.com/2021/02/windows-10-x64-1909bat.html