Allow containers to create all socket classes
This commit is contained in:
parent
71d8662692
commit
91cc6aa535
@ -3,7 +3,7 @@
|
||||
# container-selinux
|
||||
%global git0 https://github.com/projectatomic/container-selinux
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
%global commit0 284f9e75b1356de59299f5aa6e7045243749f420
|
||||
%global commit0 d34637560ae7e992abdb70b2edafe9588e80c3aa
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
%else
|
||||
# use upstream's RHEL-1.12 branch for CentOS 7
|
||||
@ -36,7 +36,7 @@ Name: container-selinux
|
||||
%if 0%{?fedora} || 0%{?centos} || 0%{?rhel} > 7
|
||||
Epoch: 2
|
||||
%endif
|
||||
Version: 2.63
|
||||
Version: 2.64
|
||||
Release: 1.git%{shortcommit0}%{?dist}
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
@ -127,6 +127,9 @@ fi
|
||||
%{_datadir}/selinux/*
|
||||
|
||||
%changelog
|
||||
* Sun Jun 3 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.64-1
|
||||
- Allow containers to create all socket classes
|
||||
|
||||
* Wed May 30 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.63-1
|
||||
- Allow containers to create icmp packets
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user