Fix labeling on /var/lib/containers/storage/overlay-layers,images to be sharable.

This commit is contained in:
Daniel J Walsh 2019-04-22 16:51:35 -04:00
parent e2b52d2d49
commit dfec1aa725
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 aa7b8073fc449efad54710b0325a0e5eaf7b3479 %global commit0 9a53d6c1b9b5bd2534d94204727e101c49f4fdc2
%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,7 +26,7 @@ Name: container-selinux
%if 0%{?fedora} %if 0%{?fedora}
Epoch: 2 Epoch: 2
%endif %endif
Version: 2.98 Version: 2.99
Release: 1.git%{shortcommit0}%{?dist} Release: 1.git%{shortcommit0}%{?dist}
License: GPLv2 License: GPLv2
URL: %{git0} URL: %{git0}
@ -109,6 +109,9 @@ fi
%{_datadir}/selinux/* %{_datadir}/selinux/*
%changelog %changelog
* Mon Apr 22 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.99-1
- Fix labeling on /var/lib/containers/storage/overlay-layers,images to be sharable.
* Mon Apr 15 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.98-1 * Mon Apr 15 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.98-1
- Allow iptables to append to container_file_t - Allow iptables to append to container_file_t