Allow container runtimes to mmap container_file_t devices
Add labeling for rhel push plugin
This commit is contained in:
parent
aaa91fd2cc
commit
98e715e396
1
.gitignore
vendored
1
.gitignore
vendored
@ -30,3 +30,4 @@
|
||||
/container-selinux-f9a30e8.tar.gz
|
||||
/container-selinux-d985665.tar.gz
|
||||
/container-selinux-8ba32a4.tar.gz
|
||||
/container-selinux-26c642a.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# container-selinux
|
||||
%global git0 https://github.com/projectatomic/container-selinux
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
%global commit0 8ba32a4fd3a235373e9871b90e60a61a1a382471
|
||||
%global commit0 26c642ae12820ff55697d6101f33d8b5b4274296
|
||||
%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.37
|
||||
Version: 2.38
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
@ -117,6 +117,10 @@ fi
|
||||
%{_datadir}/selinux/*
|
||||
|
||||
%changelog
|
||||
* Sat Jan 6 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.38-1
|
||||
- Allow container runtimes to mmap container_file_t devices
|
||||
- Add labeling for rhel push plugin
|
||||
|
||||
* Tue Dec 12 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2.37-1
|
||||
- Allow containers to use inherited ttys
|
||||
- Allow ostree to handle labels under /var/lib/containers/ostree
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (container-selinux-8ba32a4.tar.gz) = f23324003695989d93a4fd149fcd7fc739c84aadedb0ac5919e00cdcef06c0fb89967e191391d1650d79f972d88ce6d966566b2a8762b4961343c748de63be9e
|
||||
SHA512 (container-selinux-26c642a.tar.gz) = ae172f6650b542a51963df4089687107363ec47727d8e5bacd8478df1aa2cb19c569801e7692b0e6a5b36d46efeffb0c3e3c9df76e678381265346ad79a0819e
|
||||
|
Loading…
Reference in New Issue
Block a user