From 6841de885a67451d08b512c51707f95ffa6cbc81 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Thu, 17 Jun 2021 15:46:28 +0200 Subject: [PATCH] Revert "app-emulation/docker: disable SELinux" This reverts commit 956f9757d45b7df260ed0e78213e1ad96c7409eb. --- .../coreos-overlay/app-emulation/docker/files/docker.service | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/docker.service b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/docker.service index f4212b6f92..a8f1bf4ef5 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/docker.service +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/files/docker.service @@ -8,6 +8,7 @@ Requires=containerd.service docker.socket [Service] Type=notify EnvironmentFile=-/run/flannel/flannel_docker_opts.env +Environment=DOCKER_SELINUX=--selinux-enabled=true # the default is not to use systemd for cgroups because the delegate issues still # exists and systemd currently does not support the cgroup feature set required