diff --git a/examples/green/Dockerfile b/examples/green/Dockerfile index d3b434dfe8f..1a842fbf04e 100644 --- a/examples/green/Dockerfile +++ b/examples/green/Dockerfile @@ -78,7 +78,7 @@ RUN systemctl enable NetworkManager.service && \ RUN echo "PermitRootLogin yes" > /etc/ssh/sshd_config.d/rootlogin.conf # SELinux in enforce mode -#RUN sed -i "s|SELINUX=.*|SELINUX=enforcing|g" /etc/selinux/config +RUN sed -i "s|SELINUX=.*|SELINUX=enforcing|g" /etc/selinux/config # Add default snapshotter setup ADD snapshotter.yaml /etc/elemental/config.d/snapshotter.yaml