Allow container runtimes to create sockets in tmp dirs

This commit is contained in:
Daniel J Walsh 2017-09-07 08:43:48 +00:00
parent 1aad223080
commit b74f4a298b

View File

@ -3,7 +3,7 @@
# container-selinux
%global git0 https://github.com/projectatomic/container-selinux
%if 0%{?fedora} || 0%{?rhel} > 7
%global commit0 58324f302613d8a9cf14896b9ca7e1348f9d6f0a
%global commit0 81ff96c3e100ec23f7934000e96adab56762fd96
%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.22
Version: 2.23
Release: 1%{?dist}
License: GPLv2
URL: %{git0}
@ -118,6 +118,9 @@ fi
%{_datadir}/selinux/*
%changelog
* Thu Sep 7 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.23-1
- Allow container runtimes to create sockets in tmp dirs
* Tue Sep 5 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.22-1
- Add additonal support for crio labeling.