import container-selinux-2.189.0-1.module+el8.7.0+16212+65e1b35f
This commit is contained in:
parent
a80ebd6018
commit
2804b63209
@ -1 +1 @@
|
||||
bb18101c1ab06b47a88b51df2fd87dcfa3d51412 SOURCES/v2.158.0.tar.gz
|
||||
2f2c657c7e428adfc810d5363626aad4ff7ec0e2 SOURCES/v2.189.0.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/v2.158.0.tar.gz
|
||||
SOURCES/v2.189.0.tar.gz
|
||||
|
12
SOURCES/container-selinux-1957904.patch
Normal file
12
SOURCES/container-selinux-1957904.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -up container-selinux-2.163.0/container.te.orig container-selinux-2.163.0/container.te
|
||||
--- container-selinux-2.163.0/container.te.orig 2021-06-16 16:14:04.107700701 +0200
|
||||
+++ container-selinux-2.163.0/container.te 2021-06-16 16:14:29.756010679 +0200
|
||||
@@ -454,7 +454,7 @@ modutils_domtrans_kmod(container_runtime
|
||||
systemd_status_all_unit_files(container_runtime_domain)
|
||||
systemd_start_systemd_services(container_runtime_domain)
|
||||
systemd_dbus_chat_logind(container_runtime_domain)
|
||||
-systemd_chat_resolved(container_runtime_domain)
|
||||
+#systemd_chat_resolved(container_runtime_domain)
|
||||
|
||||
userdom_stream_connect(container_runtime_domain)
|
||||
userdom_search_user_home_content(container_runtime_domain)
|
@ -19,12 +19,13 @@
|
||||
|
||||
Epoch: 2
|
||||
Name: container-selinux
|
||||
Version: 2.158.0
|
||||
Version: 2.189.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
Summary: SELinux policies for container runtimes
|
||||
Source0: %{git0}/archive/v%{version}.tar.gz
|
||||
Patch1: container-selinux-1957904.patch
|
||||
BuildArch: noarch
|
||||
BuildRequires: git
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
@ -106,6 +107,79 @@ fi
|
||||
%{_datadir}/containers/selinux/contexts
|
||||
|
||||
%changelog
|
||||
* Fri Jul 15 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.189.0-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.189.0
|
||||
- Related: #2061390
|
||||
|
||||
* Mon Jun 27 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.188.0-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.188.0
|
||||
- Related: #2061390
|
||||
|
||||
* Tue May 31 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.187.0-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.187.0
|
||||
- Related: #2061390
|
||||
|
||||
* Wed Apr 20 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.183.0-1
|
||||
- update to
|
||||
https://github.com/containers/container-selinux/releases/tag/v2.183.0
|
||||
- Related: #2061390
|
||||
|
||||
* Wed Apr 06 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.181.0-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.181.0
|
||||
- Related: #2061390
|
||||
|
||||
* Wed Apr 06 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.178.0-1
|
||||
- remove conflict on udica - we still ship udica 2.4 in 3.0-8.6.0
|
||||
- Related: #2061390
|
||||
|
||||
* Thu Mar 24 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.181.0-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.181.0
|
||||
- Related: #2061390
|
||||
|
||||
* Mon Mar 07 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.180.0-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.180.0
|
||||
- Related: #2061390
|
||||
|
||||
* Fri Feb 11 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.178.0-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.178.0
|
||||
- Related: #2001445
|
||||
|
||||
* Thu Feb 10 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.177.0-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.177.0
|
||||
- Related: #2001445
|
||||
|
||||
* Thu Feb 03 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.176.0-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.176.0
|
||||
- Related: #2001445
|
||||
|
||||
* Wed Feb 02 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.174.0-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.174.0
|
||||
- Related: #2001445
|
||||
|
||||
* Thu Jan 27 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.173.2-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.173.2
|
||||
- Related: #2001445
|
||||
|
||||
* Wed Jan 19 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.173.1-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.173.1
|
||||
- Related: #2001445
|
||||
|
||||
* Wed Jan 12 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.173.0-2
|
||||
- lockdown allow rule was removed
|
||||
- Related: #2001445
|
||||
|
||||
* Wed Jan 12 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.173.0-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.173.0
|
||||
- Related: #2001445
|
||||
|
||||
* Fri Jan 07 2022 Jindrich Novy <jnovy@redhat.com> - 2:2.172.1-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.172.1
|
||||
- Related: #2001445
|
||||
|
||||
* Mon Aug 30 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.167.0-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.167.0
|
||||
- Related: #1934415
|
||||
|
||||
* Fri Feb 12 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.158.0-1
|
||||
- update to https://github.com/containers/container-selinux/releases/tag/v2.158.0
|
||||
- Related: #1883490
|
||||
|
Loading…
Reference in New Issue
Block a user