magnum/magnum/drivers/k8s_coreos_v1/templates/fragments/disable-selinux.sh

9 lines
105 B
Bash

#cloud-boothook
#!/bin/sh
setenforce 0
sed -i '
/^SELINUX=/ s/=.*/=permissive/
' /etc/selinux/config