Allow container_runtimes to setattr on callers fifo_files

This commit is contained in:
Daniel J Walsh 2018-09-12 07:45:24 -04:00
parent 5c39536b9a
commit 90d38a296a
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028

View File

@ -2,7 +2,7 @@
# container-selinux # container-selinux
%global git0 https://github.com/projectatomic/container-selinux %global git0 https://github.com/projectatomic/container-selinux
%global commit0 5721d746acccaa840a9af5be6ee30ca3b0c2a2bb %global commit0 f6c7f410ca8bfe20bd0a217dd75b22735a32f212
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
# container-selinux stuff (prefix with ds_ for version/release etc.) # container-selinux stuff (prefix with ds_ for version/release etc.)
@ -26,8 +26,8 @@ Name: container-selinux
%if 0%{?fedora} %if 0%{?fedora}
Epoch: 2 Epoch: 2
%endif %endif
Version: 2.71 Version: 2.72
Release: 2.git%{shortcommit0}%{?dist} Release: 1.git%{shortcommit0}%{?dist}
License: GPLv2 License: GPLv2
URL: %{git0} URL: %{git0}
Summary: SELinux policies for container runtimes Summary: SELinux policies for container runtimes
@ -111,6 +111,9 @@ fi
%{_datadir}/selinux/* %{_datadir}/selinux/*
%changelog %changelog
* Wed Sep 12 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.72-1
- Allow container_runtimes to setattr on callers fifo_files
* Mon Aug 27 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.71-2 * Mon Aug 27 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.71-2
- Fix restorecon to not error on missing directory - Fix restorecon to not error on missing directory