要在 CentOS 或 Red Hat Enterprise Linux 作業系統上執行 Kaspersky Web Traffic Security 必須停用 SELinux。
要停用 SELinux:
cat /etc/selinux/config
SELINUX 參數
有執行
值,則停用在系統啟動時啟動 SELinux。要執行此操作,請在 /etc/selinux/config file 中指定 SELINUX=disabled
而非 SELINUX=enforcing
。sestatus
SELinux 狀態
參數有已允許
值,則停用 SELinux。為此,請執行指令:setenforce 0
SELinux 將被停用。
頁面頂端