Allow container types to read/write container_runtime fifo files
Allow a container runtime to mount on top of its own /proc
This commit is contained in:
parent
1b640cb851
commit
379ddc4b04
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/container-selinux-08bb6e0.tar.gz
|
/container-selinux-08bb6e0.tar.gz
|
||||||
/container-selinux-8f8caa6.tar.gz
|
/container-selinux-8f8caa6.tar.gz
|
||||||
/container-selinux-14f7c51.tar.gz
|
/container-selinux-14f7c51.tar.gz
|
||||||
|
/container-selinux-c81ea26.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
# container-selinux
|
# container-selinux
|
||||||
%global git0 https://github.com/projectatomic/container-selinux
|
%global git0 https://github.com/projectatomic/container-selinux
|
||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
%global commit0 14f7c51001a452a1cf3e162845c2915aeb167fac
|
%global commit0 c81ea2691ffdb436229d20b6b7a92e2fd71d0553
|
||||||
%else
|
%else
|
||||||
# use upstream's RHEL-1.12 branch for CentOS 7
|
# use upstream's RHEL-1.12 branch for CentOS 7
|
||||||
%global commit0 56c32da8a72f9e7af5daeaebac5b887830d123b1
|
%global commit0 56c32da8a72f9e7af5daeaebac5b887830d123b1
|
||||||
@ -35,7 +35,7 @@ Name: container-selinux
|
|||||||
%if 0%{?fedora} || 0%{?centos}
|
%if 0%{?fedora} || 0%{?centos}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
%endif
|
%endif
|
||||||
Version: 2.14
|
Version: 2.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -118,6 +118,10 @@ fi
|
|||||||
%{_datadir}/selinux/*
|
%{_datadir}/selinux/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 31 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.15-1
|
||||||
|
- Allow container types to read/write container_runtime fifo files
|
||||||
|
- Allow a container runtime to mount on top of its own /proc
|
||||||
|
|
||||||
* Fri May 19 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.14-1
|
* Fri May 19 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.14-1
|
||||||
- Add labels for crio rename
|
- Add labels for crio rename
|
||||||
- Break container_t rules out to use a separate container_domain
|
- Break container_t rules out to use a separate container_domain
|
||||||
|
4
sources
4
sources
@ -1,3 +1 @@
|
|||||||
SHA512 (container-selinux-08bb6e0.tar.gz) = bba16bd77c6d34982637e4fc874ef1a741df7ca73a85ad1edfece5ae2838409efbe00ea44653acb63c22c6939c7afc72f7882715c9c4657d4427eff6f77d2a35
|
SHA512 (container-selinux-c81ea26.tar.gz) = 984aeede05f41b693908271436a86947cb13366114dfa58de57e24bb985aff657090a1d060f8d066cf7bb918a4269a7172e225f013b0e039adfff680943de519
|
||||||
SHA512 (container-selinux-8f8caa6.tar.gz) = b273cb85c6afece175d917b043f92d4c126d03eaa4b2ad5c36c0a6430465a127ad25961d26b66730190723a6aefba4a8ffb694ea942c6b4eb5d6ee950b780856
|
|
||||||
SHA512 (container-selinux-14f7c51.tar.gz) = 5a1c5f9574005aa714b08f5db429fa3afaa02f64d0694d4ad63dd2976c4a0f7bf1ff2697a0978bbbcd8c566d6453024390dbfc6579d188827dc2593a048695f2
|
|
||||||
|
Loading…
Reference in New Issue
Block a user