import container-selinux-2.189.0-1.module+el8.7.0+16212+65e1b35f
This commit is contained in:
parent
04c5fdff57
commit
4a637ff013
@ -1 +1 @@
|
||||
98b7f05ef0e86a3c21f9da1c315eb0f9a1c58df4 SOURCES/v2.167.0.tar.gz
|
||||
2f2c657c7e428adfc810d5363626aad4ff7ec0e2 SOURCES/v2.189.0.tar.gz
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/v2.167.0.tar.gz
|
||||
SOURCES/v2.189.0.tar.gz
|
||||
|
@ -1,12 +0,0 @@
|
||||
diff -up container-selinux-2.161.1/container.te.orig container-selinux-2.161.1/container.te
|
||||
--- container-selinux-2.161.1/container.te.orig 2021-05-06 14:55:57.952216763 +0200
|
||||
+++ container-selinux-2.161.1/container.te 2021-05-06 14:56:02.027287991 +0200
|
||||
@@ -114,7 +114,7 @@ mls_trusted_object(container_runtime_t)
|
||||
#
|
||||
allow container_runtime_domain self:capability { chown kill fowner fsetid mknod net_admin net_bind_service net_raw setfcap sys_resource };
|
||||
allow container_runtime_domain self:tun_socket { create_socket_perms relabelto };
|
||||
-allow container_runtime_domain self:lockdown { confidentiality integrity };
|
||||
+#allow container_runtime_domain self:lockdown { confidentiality integrity };
|
||||
allow container_runtime_domain self:process ~setcurrent;
|
||||
allow container_runtime_domain self:passwd rootok;
|
||||
allow container_runtime_domain self:fd use;
|
@ -19,13 +19,12 @@
|
||||
|
||||
Epoch: 2
|
||||
Name: container-selinux
|
||||
Version: 2.167.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
|
||||
Patch0: rhel-fix.patch
|
||||
Patch1: container-selinux-1957904.patch
|
||||
BuildArch: noarch
|
||||
BuildRequires: git
|
||||
@ -108,6 +107,75 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user