Allow shell_exec_t as a container_runtime_t entrypoint
This commit is contained in:
parent
5a5bf66b86
commit
b658aee2f1
1
.gitignore
vendored
1
.gitignore
vendored
@ -41,3 +41,4 @@
|
|||||||
/container-selinux-aece4ff.tar.gz
|
/container-selinux-aece4ff.tar.gz
|
||||||
/container-selinux-663e003.tar.gz
|
/container-selinux-663e003.tar.gz
|
||||||
/container-selinux-fd7d508.tar.gz
|
/container-selinux-fd7d508.tar.gz
|
||||||
|
/container-selinux-fd50128.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} || 0%{?rhel} > 7
|
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||||
%global commit0 fd7d5085365c3a04e601debbdb0c7f1ceb32afb7
|
%global commit0 fd5012800ea530d629af7e0290066002e17ac054
|
||||||
%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} || 0%{?rhel} > 7
|
%if 0%{?fedora} || 0%{?centos} || 0%{?rhel} > 7
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
%endif
|
%endif
|
||||||
Version: 2.50
|
Version: 2.51
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -117,6 +117,9 @@ fi
|
|||||||
%{_datadir}/selinux/*
|
%{_datadir}/selinux/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 8 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.51-1
|
||||||
|
- Allow shell_exec_t as a container_runtime_t entrypoint
|
||||||
|
|
||||||
* Wed Mar 7 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.50-1
|
* Wed Mar 7 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.50-1
|
||||||
- Allow bin_t as a container_runtime_t entrypoint
|
- Allow bin_t as a container_runtime_t entrypoint
|
||||||
- Add rules for running container runtimes on mls
|
- Add rules for running container runtimes on mls
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (container-selinux-fd7d508.tar.gz) = 3c627b973db2e86bdd389463fc5f2298740472117e02b76c18a35ec266b273b5e2d2b35212f3d307d80f586f24f767a78850772250d5b773969ef48568043343
|
SHA512 (container-selinux-fd50128.tar.gz) = 9f2b4a3e16bf31931488813ffb7167621836ab555657a21f29af07f9ebefa04e0cc50eaa2a25a3fd817799656023bdcf3b137f81aff98b2a1c0ba1e887529766
|
||||||
|
Loading…
Reference in New Issue
Block a user