Created
January 3, 2018 05:05
-
-
Save manjeshpv/da5bb5d6cde77ba634537dc38c30ce09 to your computer and use it in GitHub Desktop.
disable-selinux.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "Changing SELinux Settings" | |
sed -i 's/enforcing/disabled/g' /etc/selinux/config /etc/selinux/config | |
echo "Enabling SELinux Disabled config" | |
sestatus && chmod +x init.sh && ./init.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment