Allow unconfined_t to transition to container_runtime_t over container_runtime_exec_t
This commit is contained in:
parent
efac8b1c4b
commit
e6bf4b2eb8
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,3 +63,4 @@
|
||||
>>>>>>> Stashed changes
|
||||
/container-selinux-c139a3d.tar.gz
|
||||
/container-selinux-452b90d.tar.gz
|
||||
/container-selinux-4e73492.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# container-selinux
|
||||
%global git0 https://github.com/projectatomic/container-selinux
|
||||
%global commit0 452b90de0cbc75f0a55defa1d45b7bc337d4f076
|
||||
%global commit0 4e73492e3e0f48ccfa84c946706359648cc6986e
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# container-selinux stuff (prefix with ds_ for version/release etc.)
|
||||
@ -26,7 +26,7 @@ Name: container-selinux
|
||||
%if 0%{?fedora}
|
||||
Epoch: 2
|
||||
%endif
|
||||
Version: 2.69
|
||||
Version: 2.70
|
||||
Release: 1.git%{shortcommit0}%{?dist}
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
@ -109,6 +109,9 @@ fi
|
||||
%{_datadir}/selinux/*
|
||||
|
||||
%changelog
|
||||
* Wed Aug 22 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.70-1
|
||||
- Allow unconfined_t to transition to container_runtime_t over container_runtime_exec_t
|
||||
|
||||
* Wed Jul 25 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.69-1
|
||||
- dontaudit attempts to write to sysctl_kernel_t
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (container-selinux-452b90d.tar.gz) = f9bc9c9fafd98aca03b755dc44807baec3aec2b0a97bd539be6b49bc2f1f571973bef8e8a716ef990255f4b26ef9650e2c03ce9bf3ee0961f99205e309475944
|
||||
SHA512 (container-selinux-4e73492.tar.gz) = 53bbccd00a37095165b27f03411304753bb41351bc29c756f026b3ae17bc1012dac3d1953c323a3dd75df578955f781710fd524e09f90f70a9e816165120594b
|
||||
|
Loading…
Reference in New Issue
Block a user