Allow init_t to manage container content
Allow container domains to create fifo_files on fusefs file systems Add boolean to allow containers to use ceph file systems
This commit is contained in:
parent
81c6f71fc4
commit
e0dcd250c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -84,3 +84,4 @@
|
|||||||
/container-selinux-2521d0d.tar.gz
|
/container-selinux-2521d0d.tar.gz
|
||||||
/container-selinux-619db17.tar.gz
|
/container-selinux-619db17.tar.gz
|
||||||
/container-selinux-acc6941.tar.gz
|
/container-selinux-acc6941.tar.gz
|
||||||
|
/container-selinux-1e99f1d.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 acc6941b2b35d7e44718bb986492d808906d9d8c
|
%global commit0 1e99f1d53ac4b311c6020971f580fceee0d8cbfa
|
||||||
%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.91
|
Version: 2.94
|
||||||
Release: 1.git%{shortcommit0}%{?dist}
|
Release: 1.git%{shortcommit0}%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -109,6 +109,11 @@ fi
|
|||||||
%{_datadir}/selinux/*
|
%{_datadir}/selinux/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
- Add boolean to allow containers to use ceph file systems
|
||||||
|
|
||||||
* Tue Mar 26 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.91-1
|
* Tue Mar 26 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.91-1
|
||||||
- Allow container runtimes to create unlabeled keyrings
|
- Allow container runtimes to create unlabeled keyrings
|
||||||
|
|
||||||
|
1
sources
1
sources
@ -1 +1,2 @@
|
|||||||
SHA512 (container-selinux-acc6941.tar.gz) = 0086f8187095444deb8ed1b6b8396266aaf8f4f0f9d46b3bb82d89ba0208b174955fdf72e7c622e5f4d6f63ad6750318823f50f29ad73f72907b4da9b45ce39b
|
SHA512 (container-selinux-acc6941.tar.gz) = 0086f8187095444deb8ed1b6b8396266aaf8f4f0f9d46b3bb82d89ba0208b174955fdf72e7c622e5f4d6f63ad6750318823f50f29ad73f72907b4da9b45ce39b
|
||||||
|
SHA512 (container-selinux-1e99f1d.tar.gz) = ff485831a1912e0bb51346f8bc02d1d6dff9f4b97406d1c770c5cbfb6982b77fd82f92db62039adc8933e87b9035ea40a910e12f7b0c884ff75b8cf8892be97b
|
||||||
|
Loading…
Reference in New Issue
Block a user