mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-07 23:46:51 +08:00
Change-Id: Ib85721600b1e4461470a9ea4fd3b29fca0b35633 Reviewed-by: Simo Fält <simo.falt@qt.io>
6 lines
241 B
Bash
Executable File
6 lines
241 B
Bash
Executable File
# 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
|