Allow container domains to read kernel ipc info
This commit is contained in:
parent
a7ce3135c2
commit
5b2867045c
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@
|
||||
/container-selinux-231b213.tar.gz
|
||||
/container-selinux-d148550.tar.gz
|
||||
/container-selinux-dfcc97d.tar.gz
|
||||
/container-selinux-38a982b.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# container-selinux
|
||||
%global git0 https://github.com/projectatomic/container-selinux
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
%global commit0 dfcc97d9c6a5b22d41c2b9d5693d86a65bd9db04
|
||||
%global commit0 38a982b915dcd9f4a0a49217066fcc93c8ff4184
|
||||
%else
|
||||
# use upstream's RHEL-1.12 branch for CentOS 7
|
||||
%global commit0 56c32da8a72f9e7af5daeaebac5b887830d123b1
|
||||
@ -35,7 +35,7 @@ Name: container-selinux
|
||||
%if 0%{?fedora} || 0%{?centos} || 0%{?rhel} > 7
|
||||
Epoch: 2
|
||||
%endif
|
||||
Version: 2.43
|
||||
Version: 2.44
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
@ -117,6 +117,9 @@ fi
|
||||
%{_datadir}/selinux/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 29 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.44-1
|
||||
- Allow container domains to read kernel ipc info
|
||||
|
||||
* Mon Jan 22 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.43-1
|
||||
- Allow containers to memory map the fifo_files leaked into container from
|
||||
container runtimes.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (container-selinux-dfcc97d.tar.gz) = ed9cad7e2cd1de72bb1f505ee45789ede27ad4e8fc064c45b2435cb2b772b1c1aaff462907b77cd301d986fcd45e06aba9e191099fc7b573894a3f8b21306858
|
||||
SHA512 (container-selinux-38a982b.tar.gz) = 6b32edc3843d7dbe4329779181c7caf1a96d66faada19becfb7fe5d297a0757bcafcc944fa862114b6d0fafe68e145ce214523a3a68b28627b76fa51546e10a7
|
||||
|
Loading…
Reference in New Issue
Block a user