mirror of
https://github.com/krislamo/graylog_demo
synced 2024-11-09 21:50:35 +00:00
Prevent SELinux enforcing
This commit is contained in:
parent
7e0c6b1c43
commit
6fff93cda4
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@ -14,6 +14,10 @@ Vagrant.configure("2") do |config|
|
|||||||
|
|
||||||
config.vm.provision "shell", inline: <<-SHELL
|
config.vm.provision "shell", inline: <<-SHELL
|
||||||
|
|
||||||
|
# Set SELinux to permissive
|
||||||
|
setenforce 0
|
||||||
|
sed -i "s/SELINUX=enforcing/SELINUX=permissive/g" /etc/selinux/config
|
||||||
|
|
||||||
# Import GPG keys
|
# Import GPG keys
|
||||||
curl -s https://download.docker.com/linux/centos/gpg -o docker-key
|
curl -s https://download.docker.com/linux/centos/gpg -o docker-key
|
||||||
rpm --import docker-key /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
rpm --import docker-key /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
|
||||||
|
Loading…
Reference in New Issue
Block a user