We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64638c8 commit 5d0d632Copy full SHA for 5d0d632
examples/green/Dockerfile
@@ -80,8 +80,8 @@ RUN systemd-sysusers
80
# This is for automatic testing purposes, do not do this in production.
81
RUN echo "PermitRootLogin yes" > /etc/ssh/sshd_config.d/rootlogin.conf
82
83
-# SELinux in enforce mode
84
-#RUN sed -i "s|SELINUX=.*|SELINUX=enforcing|g" /etc/selinux/config
+# SELinux in permissive mode
+RUN sed -i "s|SELINUX=.*|SELINUX=permissive|g" /etc/selinux/config
85
86
# Add default snapshotter setup
87
ADD snapshotter.yaml /etc/elemental/config.d/snapshotter.yaml
0 commit comments