For KSMG to work on RED OS, Red Hat Enterprise Linux, and Rocky Linux operating systems, you must disable SELinux.
To disable SELinux:
cat /etc/selinux/config
SELINUX parameter has the enforcing value, disable the startup of SELinux at system startup. To do so, in the /etc/selinux/config file, specify SELINUX=disabled instead of SELINUX=enforcing.sestatus
SELinux status parameter has the enabled value, disable SELinux. To do so, execute the command:setenforce 0
SELinux will be disabled.
Page top