From 0b5d6d337e28c99223f637be58208ff7776fda81 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Sun, 9 Jun 2019 15:17:30 -0700 Subject: [PATCH] docker-ce.spec: up req for container-selinux Recent runc now requires container-selinux >= 2.95 for write access to /proc/self/attr/keycreate. In case of older version, the error is: > docker: Error response from daemon: OCI runtime create failed: container_linux.go:345: starting container process caused "process_linux.go:430: container init caused \"write /proc/self/attr/keycreate: permission denied\"": unknown. Signed-off-by: Kir Kolyshkin (cherry picked from commit 9606895c37f68b06fc88a44801f5e7f49f927857) --- rpm/SPECS/docker-ce.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/SPECS/docker-ce.spec b/rpm/SPECS/docker-ce.spec index 4f91f44e45..6caed45aee 100644 --- a/rpm/SPECS/docker-ce.spec +++ b/rpm/SPECS/docker-ce.spec @@ -16,7 +16,7 @@ Vendor: Docker Packager: Docker Requires: docker-ce-cli -Requires: container-selinux >= 2.9 +Requires: container-selinux >= 2.95 Requires: libseccomp >= 2.3 Requires: systemd-units Requires: iptables