Allow containers to accept connections on all socket types
Allow containers to connect to gssproxy stream sockets if added to container
This commit is contained in:
parent
e642c7930b
commit
ff9d4132e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -96,3 +96,4 @@
|
||||
/container-selinux-7baad79.tar.gz
|
||||
/container-selinux-fc7111d.tar.gz
|
||||
/container-selinux-453b816.tar.gz
|
||||
/container-selinux-db771da.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# container-selinux
|
||||
%global git0 https://github.com/projectatomic/container-selinux
|
||||
%global commit0 453b816c74ca17ca891d44a4036a38ea8b3c6593
|
||||
%global commit0 db771da27119098fe9aefb1c02033e496d5c8760
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# container-selinux stuff (prefix with ds_ for version/release etc.)
|
||||
@ -26,7 +26,7 @@ Name: container-selinux
|
||||
%if 0%{?fedora}
|
||||
Epoch: 2
|
||||
%endif
|
||||
Version: 2.107
|
||||
Version: 2.109
|
||||
Release: 1.git%{shortcommit0}%{?dist}
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
@ -109,6 +109,10 @@ fi
|
||||
%{_datadir}/selinux/*
|
||||
|
||||
%changelog
|
||||
* Mon Jul 8 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.109-1
|
||||
- Allow containers to accept connections on all socket types
|
||||
- Allow containers to connect to gssproxy stream sockets if added to container
|
||||
|
||||
* Fri Jun 14 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.107-1
|
||||
- Allow containers to manipulate Onload files.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (container-selinux-453b816.tar.gz) = 99c36aca1fd5ac71802892bcdfde74ae194dcb2b9b51cc99df86b5b7c80440478110d778e407b8a3dc167f3ad4b0aa8d753cd8878ef15bad2e6c0f8b4d98f2f6
|
||||
SHA512 (container-selinux-db771da.tar.gz) = 880d656b56e94d4045073cfaf4738bbcf5bcd91f451bafa523ca4df6aed20f7fa2074f8b9bb2dc28bf33a3acd981e6fc349919bf6e7f3c946cc046dc66014a89
|
||||
|
Loading…
Reference in New Issue
Block a user