aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/disable_selinux.sh
blob: 30162166e463b5f6d0364bc274ca41bc5afefa50 (plain)
1
2
3
4
5
# We need to disable selinux while we are overwriting some binaries
# required by it. If this is not done, ICU provisioning will create
# template that is not booting.

sudo sed -i s/SELINUX=enforcing/SELINUX=disabled/g  /etc/selinux/config