aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/common/linux/disable_selinux.sh
blob: 64852e7948c32d4b71469c6b0e7d7d6679fc36ee (plain)
1
2
3
4
5
6
7
#!/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