Allow container_runtimes to setattr on callers fifo_files
This commit is contained in:
parent
5c39536b9a
commit
90d38a296a
@ -2,7 +2,7 @@
|
||||
|
||||
# container-selinux
|
||||
%global git0 https://github.com/projectatomic/container-selinux
|
||||
%global commit0 5721d746acccaa840a9af5be6ee30ca3b0c2a2bb
|
||||
%global commit0 f6c7f410ca8bfe20bd0a217dd75b22735a32f212
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# container-selinux stuff (prefix with ds_ for version/release etc.)
|
||||
@ -26,8 +26,8 @@ Name: container-selinux
|
||||
%if 0%{?fedora}
|
||||
Epoch: 2
|
||||
%endif
|
||||
Version: 2.71
|
||||
Release: 2.git%{shortcommit0}%{?dist}
|
||||
Version: 2.72
|
||||
Release: 1.git%{shortcommit0}%{?dist}
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
Summary: SELinux policies for container runtimes
|
||||
@ -111,6 +111,9 @@ fi
|
||||
%{_datadir}/selinux/*
|
||||
|
||||
%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
|
||||
- Fix restorecon to not error on missing directory
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user