mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-06 15:06:52 +08:00
Change-Id: I03c2b70e4c05440c6cf1a6d355f5800c67f62bb7 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
6 lines
241 B
Bash
6 lines
241 B
Bash
# 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
|