Allow containers to create fusefs sockets and named pipes

This commit is contained in:
Daniel J Walsh 2019-04-01 17:46:19 -04:00
parent e0dcd250c0
commit 83c147430e
No known key found for this signature in database
GPG Key ID: A2DF901DABE2C028

View File

@ -2,7 +2,7 @@
# container-selinux
%global git0 https://github.com/projectatomic/container-selinux
%global commit0 1e99f1d53ac4b311c6020971f580fceee0d8cbfa
%global commit0 e3ebc6845ce8a5427b521e3f4087dab8e383a550
%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.94
Version: 2.95
Release: 1.git%{shortcommit0}%{?dist}
License: GPLv2
URL: %{git0}
@ -109,6 +109,9 @@ fi
%{_datadir}/selinux/*
%changelog
* Mon Apr 1 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.95-1
- Allow containers to create fusefs sockets and named pipes
* Thu Mar 28 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.94-1
- Allow init_t to manage container content
- Allow container domains to create fifo_files on fusefs file systems