Boxing our custom CentOS 7 for Vagrant to manage a virtual machine environment, Part 3
CentOS 7 configuration You can start your configuration by setting SELinux to permissive mode (prints warnings instead of enforcing the security policy) # sed -i -e 's/^SELINUX=.*/SELINUX=permissive/' /etc/selinux/config Allow the…