Allow container_file_t to be stored on cgroup_t file systems
This commit is contained in:
parent
afcdd30e26
commit
e6af9053a7
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/container-selinux-ba28054.tar.gz
|
||||
/container-selinux-9e004af.tar.gz
|
||||
/container-selinux-ce95ddb.tar.gz
|
||||
/container-selinux-f7333f9.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# container-selinux
|
||||
%global git0 https://github.com/projectatomic/container-selinux
|
||||
%if 0%{?fedora}
|
||||
%global commit0 ce95ddb69573e97fecaceac23950e925352ffef2
|
||||
%global commit0 f7333f98b9e318e3bbc080ef8a5bb7d6eee9921d
|
||||
%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}
|
||||
Epoch: 2
|
||||
%endif
|
||||
Version: 2.7
|
||||
Version: 2.8
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
@ -118,6 +118,9 @@ fi
|
||||
%{_datadir}/selinux/*
|
||||
|
||||
%changelog
|
||||
* Thu Feb 9 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2:8.1-1
|
||||
- Allow container_file_t to be stored on cgroup_t file systems
|
||||
|
||||
* Tue Feb 7 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2:7.1-1
|
||||
- Fix type in container interface file
|
||||
|
||||
|
1
sources
1
sources
@ -4,3 +4,4 @@ SHA512 (container-selinux-b9809fa.tar.gz) = 796403b5951daaaf1de932d02d42be9a62ba
|
||||
SHA512 (container-selinux-ba28054.tar.gz) = 3d71410947122b69e1b291dbf64071a8cbde386e8b9d1ea534cb5b822e293b0123b869fc212b8ab2ef7a976fdc93ab468c489b6aabb40f477530fd9ec830d6b4
|
||||
SHA512 (container-selinux-9e004af.tar.gz) = 04827c282a378ac1c3460f02dd3b757b3936422b659d4c0f6391864fda88a6bae1e773fd194b6f6b78918d4f6336a2623682f71a3899014cd97903018ed7d715
|
||||
SHA512 (container-selinux-ce95ddb.tar.gz) = 9d620624e3a603f74ab3969784bea1e70c7ff83c154e445bdb86330cd08cc146d36b965cd407e4a78a8e51031d69bf6a02246ac743d62557eed22bded82ab5da
|
||||
SHA512 (container-selinux-f7333f9.tar.gz) = 360dab7531c68948482546b8dadad534e3ac32156c926e07814ed6c40514fed3c81471e04b6c45de1cd33feadfa3b453865aff4051b0960b4fce8d012fe22200
|
||||
|
Loading…
Reference in New Issue
Block a user