Skip to main content

DisableSet SElinux or set it to permissive.:

setenforce 0

This will disable it temporarily. Test again after disabling it, and see if this solves the issue.

To disable it permanently (Source), in the /etc/selinux/config file, set:

SELINUX=disabled

and reboot the system.

Disable SElinux or set it to permissive.

setenforce 0

This will disable it temporarily. Test again after disabling it, and see if this solves the issue.

Set SElinux to permissive:

setenforce 0

This will disable it temporarily. Test again after disabling it, and see if this solves the issue.

To disable it permanently (Source), in the /etc/selinux/config file, set:

SELINUX=disabled

and reboot the system.

Source Link
Alex
  • 2.1k
  • 5
  • 10

Disable SElinux or set it to permissive.

setenforce 0

This will disable it temporarily. Test again after disabling it, and see if this solves the issue.