COIN Provisioning: Disable selinux in rhel 7.2

Change-Id: I03c2b70e4c05440c6cf1a6d355f5800c67f62bb7
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Simo Fält
2016-09-26 11:41:00 +03:00
committed by Simon Hausmann
parent 40399ae1cc
commit 06c59b27db

View File

@@ -0,0 +1,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