import container-selinux-2.164.1-1.module+el8.4.0+11870+8b6f7018

This commit is contained in:
CentOS Sources 2021-08-10 08:06:16 -04:00 committed by Andrew Lukoshko
parent 7fcc636bb7
commit f483fc9ac4
4 changed files with 24 additions and 3 deletions

View File

@ -1 +1 @@
9f59d0fd517d036e7169de7ebc2fcc3a65bcdbff SOURCES/v2.162.0.tar.gz
4e780a028c19e415ec9bb5543e808273d9468b66 SOURCES/v2.164.1.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/v2.162.0.tar.gz
SOURCES/v2.164.1.tar.gz

View 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)

View File

@ -19,13 +19,14 @@
Epoch: 2
Name: container-selinux
Version: 2.162.0
Version: 2.164.1
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
BuildRequires: pkgconfig(systemd)
@ -107,6 +108,14 @@ fi
%{_datadir}/containers/selinux/contexts
%changelog
* Mon Jul 19 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.164.1-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.164.1
- Related: #1954702
* Thu Jul 01 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.163.0-1
- fix the build of 2.163.0
- Related: #1954702
* Tue May 11 2021 Jindrich Novy <jnovy@redhat.com> - 2:2.162.0-1
- update to https://github.com/containers/container-selinux/releases/tag/v2.162.0
- Related: #1954702