Add rules to allow container_runtimes to run with unconfined disabled
This commit is contained in:
parent
e6af9053a7
commit
4e04f9adef
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/container-selinux-9e004af.tar.gz
|
||||
/container-selinux-ce95ddb.tar.gz
|
||||
/container-selinux-f7333f9.tar.gz
|
||||
/container-selinux-08bb6e0.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# container-selinux
|
||||
%global git0 https://github.com/projectatomic/container-selinux
|
||||
%if 0%{?fedora}
|
||||
%global commit0 f7333f98b9e318e3bbc080ef8a5bb7d6eee9921d
|
||||
%global commit0 08bb6e0a1a63b1312c88c2e201b58aeb0ffd5467
|
||||
%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.8
|
||||
Version: 2.9
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
@ -118,6 +118,9 @@ fi
|
||||
%{_datadir}/selinux/*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 13 2017 Dan Walsh <dwalsh@fedoraproject.org> - 2:9.1-1
|
||||
- Add rules to allow container_runtimes to run with unconfined disabled
|
||||
|
||||
* 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
|
||||
|
||||
|
1
sources
1
sources
@ -5,3 +5,4 @@ SHA512 (container-selinux-ba28054.tar.gz) = 3d71410947122b69e1b291dbf64071a8cbde
|
||||
SHA512 (container-selinux-9e004af.tar.gz) = 04827c282a378ac1c3460f02dd3b757b3936422b659d4c0f6391864fda88a6bae1e773fd194b6f6b78918d4f6336a2623682f71a3899014cd97903018ed7d715
|
||||
SHA512 (container-selinux-ce95ddb.tar.gz) = 9d620624e3a603f74ab3969784bea1e70c7ff83c154e445bdb86330cd08cc146d36b965cd407e4a78a8e51031d69bf6a02246ac743d62557eed22bded82ab5da
|
||||
SHA512 (container-selinux-f7333f9.tar.gz) = 360dab7531c68948482546b8dadad534e3ac32156c926e07814ed6c40514fed3c81471e04b6c45de1cd33feadfa3b453865aff4051b0960b4fce8d012fe22200
|
||||
SHA512 (container-selinux-08bb6e0.tar.gz) = bba16bd77c6d34982637e4fc874ef1a741df7ca73a85ad1edfece5ae2838409efbe00ea44653acb63c22c6939c7afc72f7882715c9c4657d4427eff6f77d2a35
|
||||
|
Loading…
Reference in New Issue
Block a user