Allow containers to sendto dgram socket of container runtimes

Needed to run container runtimes in notify socket unit files.
This commit is contained in:
Daniel J Walsh 2018-11-12 15:48:19 -05:00
parent 20e37ffd79
commit b66e01696f
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028

View File

@ -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 <dwalsh@fedoraproject.org> - 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 <dwalsh@fedoraproject.org> - 2.75-1
- Allow containers to use fuse file systems by default