Allow containers to manipulate Onload files.
This commit is contained in:
parent
535b77ce65
commit
e642c7930b
1
.gitignore
vendored
1
.gitignore
vendored
@ -95,3 +95,4 @@
|
|||||||
/container-selinux-b275a1f.tar.gz
|
/container-selinux-b275a1f.tar.gz
|
||||||
/container-selinux-7baad79.tar.gz
|
/container-selinux-7baad79.tar.gz
|
||||||
/container-selinux-fc7111d.tar.gz
|
/container-selinux-fc7111d.tar.gz
|
||||||
|
/container-selinux-453b816.tar.gz
|
||||||
|
@ -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 fc7111d5a9649a3fd21972e190be505c1efdd8be
|
%global commit0 453b816c74ca17ca891d44a4036a38ea8b3c6593
|
||||||
%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.106
|
Version: 2.107
|
||||||
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
|
||||||
|
* Fri Jun 14 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.107-1
|
||||||
|
- Allow containers to manipulate Onload files.
|
||||||
|
|
||||||
* Tue Jun 11 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.106-1
|
* Tue Jun 11 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.106-1
|
||||||
- Allow all unconfined domains to manage unlabeled keyrings
|
- Allow all unconfined domains to manage unlabeled keyrings
|
||||||
- Add labeling for kubernetes pods
|
- Add labeling for kubernetes pods
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (container-selinux-fc7111d.tar.gz) = 4e72112d708d0c3693918aa4bbfb0a6362d393be31350195c18ef72ef2eef29e5b2ae0c91f3c882cd3c000cd03d475fb1443d52213ba20b6eb5add90b2ef1e54
|
SHA512 (container-selinux-453b816.tar.gz) = 99c36aca1fd5ac71802892bcdfde74ae194dcb2b9b51cc99df86b5b7c80440478110d778e407b8a3dc167f3ad4b0aa8d753cd8878ef15bad2e6c0f8b4d98f2f6
|
||||||
|
Loading…
Reference in New Issue
Block a user