76c3d685db62da480f9c3a6452c538fd3e560f81
[releng/builder.git] / vagrant / rackspace-convert-base / bootstrap.sh
1 #!/bin/bash
2
3 # enable enforcing mode from the very start
4 setenforce enforcing
5
6 # configure system for enforcing mode on next boot
7 sed -i 's/SELINUX=permissive/SELINUX=enforcing/' /etc/selinux/config
8
9 yum clean all
10 yum update -y