Allow containers to sendto their own stream sockets

This commit is contained in:
Daniel J Walsh 2018-02-02 13:40:54 -05:00
parent 5b2867045c
commit 1b20654010

View File

@ -3,7 +3,7 @@
# container-selinux
%global git0 https://github.com/projectatomic/container-selinux
%if 0%{?fedora} || 0%{?rhel} > 7
%global commit0 38a982b915dcd9f4a0a49217066fcc93c8ff4184
%global commit0 95b7c01e1c986e6069a2736dec393c657c11fe6e
%else
# use upstream's RHEL-1.12 branch for CentOS 7
%global commit0 56c32da8a72f9e7af5daeaebac5b887830d123b1
@ -35,7 +35,7 @@ Name: container-selinux
%if 0%{?fedora} || 0%{?centos} || 0%{?rhel} > 7
Epoch: 2
%endif
Version: 2.44
Version: 2.45
Release: 1%{?dist}
License: GPLv2
URL: %{git0}
@ -117,6 +117,9 @@ fi
%{_datadir}/selinux/*
%changelog
* Fri Feb 02 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.45-1
- Allow containers to sendto their own stream sockets
* Mon Jan 29 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.44-1
- Allow container domains to read kernel ipc info