From d86d08d64077d66f6c16a5ac5f52b3af1fb2b537 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Fri, 4 Jun 2021 13:08:53 +0200 Subject: [PATCH] profiles/coreos/amd64: enable selinux for runc Signed-off-by: Mathieu Tortuyaux --- .../coreos-overlay/profiles/coreos/amd64/generic/package.use | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/generic/package.use b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/generic/package.use index 8ef3c98ded..c2227d4ed1 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/generic/package.use +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/amd64/generic/package.use @@ -9,6 +9,9 @@ sys-apps/coreutils selinux # Enable SELinux for tar app-arch/tar selinux +# Enable SELinux for docker-runc +app-emulation/docker-runc selinux + # Only ship microcode currently distributed by Intel # See https://bugs.gentoo.org/654638#c11 by iucode-tool maintainer sys-firmware/intel-microcode vanilla