From b66e01696f7a06753a9ffd3db275328d79be813a Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Mon, 12 Nov 2018 15:48:19 -0500 Subject: [PATCH] Allow containers to sendto dgram socket of container runtimes Needed to run container runtimes in notify socket unit files. --- container-selinux.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index f833f39..cb00b61 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -2,7 +2,7 @@ # container-selinux %global git0 https://github.com/projectatomic/container-selinux -%global commit0 99e2cfd56536d1c2463ad7a68c29bb478eb67e8a +%global commit0 87fae856c438047d472db4e1b083e8a8f8ed3103 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -26,7 +26,7 @@ Name: container-selinux %if 0%{?fedora} Epoch: 2 %endif -Version: 2.75 +Version: 2.76 Release: 1.git%{shortcommit0}%{?dist} License: GPLv2 URL: %{git0} @@ -109,6 +109,10 @@ fi %{_datadir}/selinux/* %changelog +* Mon Nov 12 2018 Dan Walsh - 2.76-1 +- Allow containers to sendto dgram socket of container runtimes +- Needed to run container runtimes in notify socket unit files. + * Tue Oct 30 2018 Dan Walsh - 2.75-1 - Allow containers to use fuse file systems by default