Skip to content

Instantly share code, notes, and snippets.

@dev-armando
Created December 3, 2021 12:56
Show Gist options
  • Save dev-armando/68b224bc9ccad88453a2b050c2312418 to your computer and use it in GitHub Desktop.
Save dev-armando/68b224bc9ccad88453a2b050c2312418 to your computer and use it in GitHub Desktop.
# temporarily disable SELinux run
sudo setenforce 0
# disabled SELinux
sudo /etc/selinux/config
# Add file /etc/selinux/config
SELINUX=disabled
# save y reboot
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment