Allow containers to use fuse file systems by default
This commit is contained in:
parent
5df1d6fc43
commit
20e37ffd79
1
.gitignore
vendored
1
.gitignore
vendored
@ -67,3 +67,4 @@
|
|||||||
/container-selinux-5721d74.tar.gz
|
/container-selinux-5721d74.tar.gz
|
||||||
/container-selinux-d7a3f33.tar.gz
|
/container-selinux-d7a3f33.tar.gz
|
||||||
/container-selinux-a62c2db.tar.gz
|
/container-selinux-a62c2db.tar.gz
|
||||||
|
/container-selinux-99e2cfd.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 a62c2dbcdbe98d3f975d617f55faabafe7835357
|
%global commit0 99e2cfd56536d1c2463ad7a68c29bb478eb67e8a
|
||||||
%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.74
|
Version: 2.75
|
||||||
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
|
||||||
|
* Tue Oct 30 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.75-1
|
||||||
|
- Allow containers to use fuse file systems by default
|
||||||
|
|
||||||
* Fri Oct 19 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.74-1
|
* Fri Oct 19 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.74-1
|
||||||
- Allow containers to setexec themselves
|
- Allow containers to setexec themselves
|
||||||
|
|
||||||
@ -121,7 +124,7 @@ to spc_t even when setup with nosuid.
|
|||||||
|
|
||||||
* Wed Sep 12 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.72-1
|
* Wed Sep 12 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.72-1
|
||||||
- Allow container_runtimes to setattr on callers fifo_files
|
- Allow container_runtimes to setattr on callers fifo_files
|
||||||
|
github.com/opencontainers/selinux
|
||||||
* Mon Aug 27 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.71-2
|
* Mon Aug 27 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.71-2
|
||||||
- Fix restorecon to not error on missing directory
|
- Fix restorecon to not error on missing directory
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (container-selinux-a62c2db.tar.gz) = d74911fcb3c4102515c56af2893bbdc03b2e45214a93fd5f1cabc1b55bfa526e3f79da35be3250ab5fb5045a1d4b34809f0965644885844182e166d2f0c1af78
|
SHA512 (container-selinux-99e2cfd.tar.gz) = 489f420cb14bf6049eab9f2939bb61a98cdae43bc2d78d3607760922158e519d3bf6781b8f652ce6ed74ce03d8f453ee621860471324c932fe723c645b9ef8cd
|
||||||
|
Loading…
Reference in New Issue
Block a user