mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-04 22:17:45 +08:00
Change-Id: I62e33b656eee3a17e1dab4476569d9afa0b62a45 Reviewed-by: Joni Jäntti <joni.jantti@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
8 lines
262 B
Bash
Executable File
8 lines
262 B
Bash
Executable File
#!/usr/bin/env 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
|