From 41ed5e8a016b3709a2af28f7d628f3b29317354c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 25 Aug 2021 17:19:45 +0000 Subject: [PATCH 01/31] container-selinux-2:2.165.1-1 autobuilt v2.165.1 Signed-off-by: RH Container Bot --- container-selinux.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/container-selinux.spec b/container-selinux.spec index d6d7555..abc6616 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -23,7 +23,7 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.164.2 +Version: 2.165.1 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -112,6 +112,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Wed Aug 25 2021 RH Container Bot - 2:2.165.1-1 +- autobuilt v2.165.1 + * Wed Aug 04 2021 RH Container Bot - 2:2.164.2-1 - autobuilt v2.164.2 From 4ece62ccf6157e7749983aacbec7e308a9801e07 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 26 Aug 2021 20:03:39 +0000 Subject: [PATCH 02/31] container-selinux-2:2.167.0-1 autobuilt v2.167.0 Signed-off-by: RH Container Bot --- container-selinux.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/container-selinux.spec b/container-selinux.spec index abc6616..7ab430f 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -23,7 +23,7 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.165.1 +Version: 2.167.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -112,6 +112,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Thu Aug 26 2021 RH Container Bot - 2:2.167.0-1 +- autobuilt v2.167.0 + * Wed Aug 25 2021 RH Container Bot - 2:2.165.1-1 - autobuilt v2.165.1 From 9f246fff8fe58fd640fd02fd3762483957840962 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 10 Sep 2021 09:33:17 -0400 Subject: [PATCH 03/31] container-selinux-2:2.167.0-2 - use upstream tag instead of commits, fix autobuild macros Signed-off-by: Lokesh Mandvekar (cherry picked from commit c287dbae6fd486e90e51151eeeba665b2a9efb91) --- .gitignore | 1 + container-selinux.spec | 16 +++++++++------- sources | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 3651e6b..370aeb0 100644 --- a/.gitignore +++ b/.gitignore @@ -165,3 +165,4 @@ /container-selinux-61b862a.tar.gz /container-selinux-99b40c5.tar.gz /container-selinux-563ba3f.tar.gz +/v2.167.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 7ab430f..6836025 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -2,12 +2,11 @@ # container-selinux %global git0 https://github.com/containers/container-selinux -%global commit0 563ba3f2693f98de5e79a7fbf5889222ab9a454a -%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # Used for comparing with latest upstream tag -# to decide whether to autobuild (non-rawhide only) -%define built_tag v2.164.1 +# to decide whether to autobuild +%global built_tag v2.167.0 +%global built_tag_strip %(b=%{built_tag}; echo ${b:1}) # container-selinux stuff (prefix with ds_ for version/release etc.) # Some bits borrowed from the openstack-selinux package @@ -24,11 +23,11 @@ Name: container-selinux Epoch: 2 Version: 2.167.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes -Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz +Source0: %{git0}/archive/%{built_tag}.tar.gz BuildArch: noarch BuildRequires: make BuildRequires: git-core @@ -50,7 +49,7 @@ Provides: docker-selinux = %{?epoch:%{epoch}:}%{version}-%{release} SELinux policy modules for use with container runtimes. %prep -%autosetup -Sgit -n %{name}-%{commit0} +%autosetup -Sgit -n %{name}-%{built_tag_strip} %build make @@ -112,6 +111,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Fri Sep 10 2021 Lokesh Mandvekar - 2:2.167.0-2 +- use upstream tag instead of commits, fix autobuild macros + * Thu Aug 26 2021 RH Container Bot - 2:2.167.0-1 - autobuilt v2.167.0 diff --git a/sources b/sources index f738a28..45d2aa8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (container-selinux-563ba3f.tar.gz) = fdafd3ca1094fb009893e664a2c59b81b7b95ba796ea7e960c0c2def45a0ed229f4dece63cd87faf14e6c1094848614633b322526bb2625c5df6df6abb568a50 +SHA512 (v2.167.0.tar.gz) = c46ca4ff144a976362d05cd02809b9eed95c3514a9fe7a57cbec65ec0cb42fb300f4a086981e2917f2b236f34b9754130f4e5f3c4f137b0d65ff8e85c4e0ba73 From 8887fed4e781476c1da0b2de82052f940f3c55e6 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 13 Sep 2021 18:02:56 +0000 Subject: [PATCH 04/31] container-selinux-2:2.168.0-1 autobuilt v2.168.0 Signed-off-by: RH Container Bot (cherry picked from commit f9aa97e6da5179015572647e79ec439b81b2bf6c) --- .gitignore | 1 + container-selinux.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 370aeb0..894bfad 100644 --- a/.gitignore +++ b/.gitignore @@ -166,3 +166,4 @@ /container-selinux-99b40c5.tar.gz /container-selinux-563ba3f.tar.gz /v2.167.0.tar.gz +/v2.168.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 6836025..a0a8643 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.167.0 +%global built_tag v2.168.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -22,8 +22,8 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.167.0 -Release: 2%{?dist} +Version: 2.168.0 +Release: 1%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -111,6 +111,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Mon Sep 13 2021 RH Container Bot - 2:2.168.0-1 +- autobuilt v2.168.0 + * Fri Sep 10 2021 Lokesh Mandvekar - 2:2.167.0-2 - use upstream tag instead of commits, fix autobuild macros diff --git a/sources b/sources index 45d2aa8..48caae7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.167.0.tar.gz) = c46ca4ff144a976362d05cd02809b9eed95c3514a9fe7a57cbec65ec0cb42fb300f4a086981e2917f2b236f34b9754130f4e5f3c4f137b0d65ff8e85c4e0ba73 +SHA512 (v2.168.0.tar.gz) = c66a71802c8f65cb253d51067408c6d8d6dc853ca7e1874e073c517d9a74acad85e7605bda4ce7b397278ab3734b3c1617b0fa6d8cb36e94ba67d6d6803f587b From 1f42e5aa1fccd12c8db7a1447bcdc362da50c92f Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Tue, 14 Sep 2021 16:11:28 +0200 Subject: [PATCH 05/31] Start shipping udica policy templates Signed-off-by: Vit Mojzis (cherry picked from commit c1c245c063e0b5140238b96abd1bf8d2a8b1f039) --- container-selinux.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/container-selinux.spec b/container-selinux.spec index a0a8643..65a4cfc 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -23,7 +23,7 @@ Name: container-selinux Epoch: 2 Version: 2.168.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -44,6 +44,7 @@ Requires(post): sed Obsoletes: %{name} <= 2:1.12.5-13 Obsoletes: docker-selinux <= 2:1.12.4-28 Provides: docker-selinux = %{?epoch:%{epoch}:}%{version}-%{release} +Conflicts: udica < 0.2.6-1 %description SELinux policy modules for use with container runtimes. @@ -63,6 +64,8 @@ install -p -m 644 container.if %{buildroot}%{_datadir}/selinux/devel/include/ser install -m 0644 $MODULES %{buildroot}%{_datadir}/selinux/packages install -d %{buildroot}/%{_datadir}/containers/selinux install -m 644 container_contexts %{buildroot}/%{_datadir}/containers/selinux/contexts +install -d %{buildroot}%{_datadir}/udica/templates +install -m 0644 udica-templates/*.cil %{buildroot}%{_datadir}/udica/templates %check @@ -99,6 +102,8 @@ fi %{_datadir}/selinux/* %dir %{_datadir}/containers/selinux %{_datadir}/containers/selinux/contexts +%dir %{_datadir}/udica/templates/ +%{_datadir}/udica/templates/* # Currently shipped in selinux-policy-doc #%%{_datadir}/man/man8/container_selinux.8.gz @@ -111,6 +116,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Tue Sep 14 2021 Vit Mojzis - 2:2.168.0-2 +- Start shipping udica templates + * Mon Sep 13 2021 RH Container Bot - 2:2.168.0-1 - autobuilt v2.168.0 From c727edbefc37f84f891694d119ff9e69e7490be7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 24 Sep 2021 21:04:32 +0000 Subject: [PATCH 06/31] container-selinux-2:2.169.0-1 autobuilt v2.169.0 Signed-off-by: RH Container Bot (cherry picked from commit 04f47a764a81868e1038f2327e608a8e9796b1b7) --- .gitignore | 1 + container-selinux.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 894bfad..48c7bf3 100644 --- a/.gitignore +++ b/.gitignore @@ -167,3 +167,4 @@ /container-selinux-563ba3f.tar.gz /v2.167.0.tar.gz /v2.168.0.tar.gz +/v2.169.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 65a4cfc..bb6a75a 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.168.0 +%global built_tag v2.169.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -22,8 +22,8 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.168.0 -Release: 2%{?dist} +Version: 2.169.0 +Release: 1%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -116,6 +116,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Fri Sep 24 2021 RH Container Bot - 2:2.169.0-1 +- autobuilt v2.169.0 + * Tue Sep 14 2021 Vit Mojzis - 2:2.168.0-2 - Start shipping udica templates diff --git a/sources b/sources index 48caae7..8c1fa76 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.168.0.tar.gz) = c66a71802c8f65cb253d51067408c6d8d6dc853ca7e1874e073c517d9a74acad85e7605bda4ce7b397278ab3734b3c1617b0fa6d8cb36e94ba67d6d6803f587b +SHA512 (v2.169.0.tar.gz) = a0beec62004c94f9eb6279e385ab41143a691dd21849cdd31bd6e2a3f45cb28714f56fe1186b5ddb0b114148e1e63387d0eeff331691adc8e745ba803a96d73c From 2e9d01b94f378bf5616c619d49cb4916d8da7e0c Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 5 Oct 2021 19:47:48 +0000 Subject: [PATCH 07/31] container-selinux-2:2.170.0-1 autobuilt v2.170.0 Signed-off-by: RH Container Bot (cherry picked from commit 156b58ad36077d57ab802e8bfa147c4b3a9e8498) --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 48c7bf3..a3b6d41 100644 --- a/.gitignore +++ b/.gitignore @@ -168,3 +168,4 @@ /v2.167.0.tar.gz /v2.168.0.tar.gz /v2.169.0.tar.gz +/v2.170.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index bb6a75a..813d781 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.169.0 +%global built_tag v2.170.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -22,7 +22,7 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.169.0 +Version: 2.170.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -116,6 +116,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Tue Oct 05 2021 RH Container Bot - 2:2.170.0-1 +- autobuilt v2.170.0 + * Fri Sep 24 2021 RH Container Bot - 2:2.169.0-1 - autobuilt v2.169.0 diff --git a/sources b/sources index 8c1fa76..80360b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.169.0.tar.gz) = a0beec62004c94f9eb6279e385ab41143a691dd21849cdd31bd6e2a3f45cb28714f56fe1186b5ddb0b114148e1e63387d0eeff331691adc8e745ba803a96d73c +SHA512 (v2.170.0.tar.gz) = 416faa66c192764326a8b7b8f695aa5b0b82603c366f8b0bc53387c75bfaa50535103229eccfb1c2273aebeb8d08255ef18ba5cc9b10cc738baf5b216b883705 From 4d8a37dd87ea46660a794707e694a08683fa1410 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 15 Oct 2021 14:54:19 -0400 Subject: [PATCH 08/31] Add conflicts k3s-selinux <= 0.4-1 to force upgrade --- container-selinux.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/container-selinux.spec b/container-selinux.spec index 813d781..cdee5a3 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -23,7 +23,7 @@ Name: container-selinux Epoch: 2 Version: 2.170.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -45,6 +45,7 @@ Obsoletes: %{name} <= 2:1.12.5-13 Obsoletes: docker-selinux <= 2:1.12.4-28 Provides: docker-selinux = %{?epoch:%{epoch}:}%{version}-%{release} Conflicts: udica < 0.2.6-1 +Conflicts: k3s-selinux <= 0.4-1 %description SELinux policy modules for use with container runtimes. @@ -116,6 +117,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Fri Oct 15 2021 Dan Walsh - 2:2.170.0-2 +- Add conflicts k3s-selinux <= 0.4-1 to force upgrade + * Tue Oct 05 2021 RH Container Bot - 2:2.170.0-1 - autobuilt v2.170.0 From 8d62deed235ccd0f4b92c141e262014370477424 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Wed, 10 Nov 2021 23:03:48 +0000 Subject: [PATCH 09/31] container-selinux-2:2.171.0-1 autobuilt v2.171.0 Signed-off-by: RH Container Bot (cherry picked from commit fd5c0b5da2ce5216c724c254fd1ed5b36ca9a5e4) --- .gitignore | 1 + container-selinux.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a3b6d41..861b672 100644 --- a/.gitignore +++ b/.gitignore @@ -169,3 +169,4 @@ /v2.168.0.tar.gz /v2.169.0.tar.gz /v2.170.0.tar.gz +/v2.171.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index cdee5a3..ab410f5 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.170.0 +%global built_tag v2.171.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -22,8 +22,8 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.170.0 -Release: 2%{?dist} +Version: 2.171.0 +Release: 1%{?dist} License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -117,6 +117,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Wed Nov 10 2021 RH Container Bot - 2:2.171.0-1 +- autobuilt v2.171.0 + * Fri Oct 15 2021 Dan Walsh - 2:2.170.0-2 - Add conflicts k3s-selinux <= 0.4-1 to force upgrade diff --git a/sources b/sources index 80360b8..90a0f9a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.170.0.tar.gz) = 416faa66c192764326a8b7b8f695aa5b0b82603c366f8b0bc53387c75bfaa50535103229eccfb1c2273aebeb8d08255ef18ba5cc9b10cc738baf5b216b883705 +SHA512 (v2.171.0.tar.gz) = c701ab7d4f60d9f243cc3e93880cc34d8160a889cba9f331338e9544edb69f389983cf3572136d904a69201fa4b2bee1eb379626cb84a04d59771318b223413e From 2cda9186917fde522ec4c740bedc8c238f36284f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 22 Nov 2021 23:03:22 +0000 Subject: [PATCH 10/31] container-selinux-2:2.172.0-1 autobuilt v2.172.0 Signed-off-by: RH Container Bot (cherry picked from commit 8bae2f2e518c1c85afd7a30ab59888cdfe0faf56) --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 861b672..c2cc683 100644 --- a/.gitignore +++ b/.gitignore @@ -170,3 +170,4 @@ /v2.169.0.tar.gz /v2.170.0.tar.gz /v2.171.0.tar.gz +/v2.172.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index ab410f5..ba2b7d4 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.171.0 +%global built_tag v2.172.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -22,7 +22,7 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.171.0 +Version: 2.172.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -117,6 +117,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Mon Nov 22 2021 RH Container Bot - 2:2.172.0-1 +- autobuilt v2.172.0 + * Wed Nov 10 2021 RH Container Bot - 2:2.171.0-1 - autobuilt v2.171.0 diff --git a/sources b/sources index 90a0f9a..b72d59c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.171.0.tar.gz) = c701ab7d4f60d9f243cc3e93880cc34d8160a889cba9f331338e9544edb69f389983cf3572136d904a69201fa4b2bee1eb379626cb84a04d59771318b223413e +SHA512 (v2.172.0.tar.gz) = 5e61d0eefdb062ca15fedac72a5acd44ce7975e3ef070a6fac65ab38b6d052692c5f7e63fcdd73ed0b5293d6674dda52816a8037758a89f81a749e3b51b43370 From 5b440ca37c3d591e9e054e8ce90e0d5d9b2b3fdb Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 6 Jan 2022 21:03:59 +0000 Subject: [PATCH 11/31] container-selinux-2:2.172.1-1 autobuilt v2.172.1 Signed-off-by: RH Container Bot (cherry picked from commit a57b6ae9954dbf66f2e711874fac09edf11f4946) --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c2cc683..f2c03e1 100644 --- a/.gitignore +++ b/.gitignore @@ -171,3 +171,4 @@ /v2.170.0.tar.gz /v2.171.0.tar.gz /v2.172.0.tar.gz +/v2.172.1.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index ba2b7d4..f7134c7 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.172.0 +%global built_tag v2.172.1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -22,7 +22,7 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.172.0 +Version: 2.172.1 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -117,6 +117,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Thu Jan 06 2022 RH Container Bot - 2:2.172.1-1 +- autobuilt v2.172.1 + * Mon Nov 22 2021 RH Container Bot - 2:2.172.0-1 - autobuilt v2.172.0 diff --git a/sources b/sources index b72d59c..936de72 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.172.0.tar.gz) = 5e61d0eefdb062ca15fedac72a5acd44ce7975e3ef070a6fac65ab38b6d052692c5f7e63fcdd73ed0b5293d6674dda52816a8037758a89f81a749e3b51b43370 +SHA512 (v2.172.1.tar.gz) = 96578d02fd15b41d7c1da400871b0b861d6091b7d04acb546e2856cf7da6abefaf847b8579c05af5fca1f10501f6ab6c0ce0baab0bb6b7afd7939e3f3ed8a339 From 7339829764e62f71e29eee83867ba3e82d5cddb7 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 11 Jan 2022 12:04:22 +0000 Subject: [PATCH 12/31] container-selinux-2:2.173.0-1 autobuilt v2.173.0 Signed-off-by: RH Container Bot (cherry picked from commit 237d59707cb47f3da2c3ae314cb4116453c2b61f) --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f2c03e1..97011da 100644 --- a/.gitignore +++ b/.gitignore @@ -172,3 +172,4 @@ /v2.171.0.tar.gz /v2.172.0.tar.gz /v2.172.1.tar.gz +/v2.173.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index f7134c7..890bf32 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.172.1 +%global built_tag v2.173.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -22,7 +22,7 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.172.1 +Version: 2.173.0 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -117,6 +117,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Tue Jan 11 2022 RH Container Bot - 2:2.173.0-1 +- autobuilt v2.173.0 + * Thu Jan 06 2022 RH Container Bot - 2:2.172.1-1 - autobuilt v2.172.1 diff --git a/sources b/sources index 936de72..b87132f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.172.1.tar.gz) = 96578d02fd15b41d7c1da400871b0b861d6091b7d04acb546e2856cf7da6abefaf847b8579c05af5fca1f10501f6ab6c0ce0baab0bb6b7afd7939e3f3ed8a339 +SHA512 (v2.173.0.tar.gz) = e77836306ceb6b5b2f350cbc18f4c79a7d8b368ec84955bac2f1e3bedc4903b5a5dfd23bdb7289f2bdca177736d02897ed4700654387a76ff77a623d3386d104 From 8a5cfd2b07ec54759a8fde19dfb33636d682f210 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 18 Jan 2022 16:04:46 +0000 Subject: [PATCH 13/31] container-selinux-2:2.173.1-1 autobuilt v2.173.1 Signed-off-by: RH Container Bot (cherry picked from commit 258efbfe5ef399dca7fb36bff91fc5d0a4e32885) --- .gitignore | 1 + container-selinux.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 97011da..e6f8dd4 100644 --- a/.gitignore +++ b/.gitignore @@ -173,3 +173,4 @@ /v2.172.0.tar.gz /v2.172.1.tar.gz /v2.173.0.tar.gz +/v2.173.1.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 890bf32..66cd599 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.173.0 +%global built_tag v2.173.1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) # container-selinux stuff (prefix with ds_ for version/release etc.) @@ -22,7 +22,7 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.173.0 +Version: 2.173.1 Release: 1%{?dist} License: GPLv2 URL: %{git0} @@ -117,6 +117,9 @@ fi # Hooked up to autobuilder, please check with @lsm5 before updating %changelog +* Tue Jan 18 2022 RH Container Bot - 2:2.173.1-1 +- autobuilt v2.173.1 + * Tue Jan 11 2022 RH Container Bot - 2:2.173.0-1 - autobuilt v2.173.0 diff --git a/sources b/sources index b87132f..90fae30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.173.0.tar.gz) = e77836306ceb6b5b2f350cbc18f4c79a7d8b368ec84955bac2f1e3bedc4903b5a5dfd23bdb7289f2bdca177736d02897ed4700654387a76ff77a623d3386d104 +SHA512 (v2.173.1.tar.gz) = 0dce3af485b404ba4d29b3c5e23c1fe9d230722c1f3e3317cf1b8de21c0663deae3863852b61e6e08d3b62764dde93d5dfc99d3a86c73038ab6e0297b057261d From e7d824bc5bc364b4389caf76cfc243559fd960c6 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 27 Jan 2022 13:37:46 -0500 Subject: [PATCH 14/31] switch to autospec Signed-off-by: Lokesh Mandvekar (cherry picked from commit 6e8d3c1e6786f717a55c955201096890fe1ff4de) Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 807 +---------------------------------------- 1 file changed, 4 insertions(+), 803 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index 66cd599..51412ee 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -7,6 +7,7 @@ # to decide whether to autobuild %global built_tag v2.173.1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) +%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) # container-selinux stuff (prefix with ds_ for version/release etc.) # Some bits borrowed from the openstack-selinux package @@ -22,8 +23,8 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.173.1 -Release: 1%{?dist} +Version: %{gen_version} +Release: %autorelease License: GPLv2 URL: %{git0} Summary: SELinux policies for container runtimes @@ -115,805 +116,5 @@ if %{_sbindir}/selinuxenabled ; then fi -# Hooked up to autobuilder, please check with @lsm5 before updating %changelog -* Tue Jan 18 2022 RH Container Bot - 2:2.173.1-1 -- autobuilt v2.173.1 - -* Tue Jan 11 2022 RH Container Bot - 2:2.173.0-1 -- autobuilt v2.173.0 - -* Thu Jan 06 2022 RH Container Bot - 2:2.172.1-1 -- autobuilt v2.172.1 - -* Mon Nov 22 2021 RH Container Bot - 2:2.172.0-1 -- autobuilt v2.172.0 - -* Wed Nov 10 2021 RH Container Bot - 2:2.171.0-1 -- autobuilt v2.171.0 - -* Fri Oct 15 2021 Dan Walsh - 2:2.170.0-2 -- Add conflicts k3s-selinux <= 0.4-1 to force upgrade - -* Tue Oct 05 2021 RH Container Bot - 2:2.170.0-1 -- autobuilt v2.170.0 - -* Fri Sep 24 2021 RH Container Bot - 2:2.169.0-1 -- autobuilt v2.169.0 - -* Tue Sep 14 2021 Vit Mojzis - 2:2.168.0-2 -- Start shipping udica templates - -* Mon Sep 13 2021 RH Container Bot - 2:2.168.0-1 -- autobuilt v2.168.0 - -* Fri Sep 10 2021 Lokesh Mandvekar - 2:2.167.0-2 -- use upstream tag instead of commits, fix autobuild macros - -* Thu Aug 26 2021 RH Container Bot - 2:2.167.0-1 -- autobuilt v2.167.0 - -* Wed Aug 25 2021 RH Container Bot - 2:2.165.1-1 -- autobuilt v2.165.1 - -* Wed Aug 04 2021 RH Container Bot - 2:2.164.2-1 -- autobuilt v2.164.2 - -* Wed Jul 21 2021 Fedora Release Engineering - 2:2.164.1-0.dev.git563ba3f.1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Mon Jul 19 2021 Dan Walsh - 2:2.164.1-0.dev -- Allow spc_t domains to set bpf rules on any domain - -* Sat Jun 12 2021 RH Container Bot - 2:2.163.0-2.dev.git99b40c5 -- bump to 2.163.0 -- autobuilt 99b40c5 - -* Tue May 25 2021 RH Container Bot - 2:2.162.2-2.dev.git61b862a -- bump to 2.162.2 -- autobuilt 61b862a - -* Mon May 17 2021 Dan Walsh - 2:2.162.1-3.dev.git233e620 -- Fix labels in users homedirs, before overlayfs is supported by default for non root users - -* Sun May 16 2021 RH Container Bot - 2:2.162.1-2.dev.git233e620 -- bump to 2.162.1 -- autobuilt 233e620 - -* Wed May 12 2021 RH Container Bot - 2:2.162.0-2.dev.gitda28288 -- bump to 2.162.0 -- autobuilt da28288 - -* Fri May 07 2021 RH Container Bot - 2:2.161.1-2.dev.gite1092cd -- bump to 2.161.1 -- autobuilt e1092cd - -* Tue Apr 20 2021 RH Container Bot - 2:2.160.0-3.dev.git5a60716 -- autobuilt 5a60716 - -* Wed Mar 31 2021 Lokesh Mandvekar - 2:2.160.0-2.dev.gitc9f0cb6 -- bump to v2.160.0 - -* Mon Mar 29 2021 RH Container Bot - 2:2.159.0-2.dev.gitd89a599 -- bump to 2.159.0 -- autobuilt d89a599 - -* Wed Feb 17 2021 Dan Walsh - 2:2.158.0-5.dev.gite78ac4f -- Rebuilt to use latest selinux-policy interfaces - -* Tue Feb 16 2021 RH Container Bot - 2:2.158.0-4.dev.gite78ac4f -- autobuilt e78ac4f - -* Fri Feb 12 2021 RH Container Bot - 2:2.158.0-3.dev.gitaeb85c4 -- autobuilt aeb85c4 - -* Thu Feb 11 2021 RH Container Bot - 2:2.158.0-2.dev.giteb6dad0 -- bump to 2.158.0 -- autobuilt eb6dad0 - -* Mon Feb 08 2021 RH Container Bot - 2:2.157.0-3.dev.git6d13bf9 -- autobuilt 6d13bf9 - -* Tue Feb 02 2021 RH Container Bot - 2:2.157.0-2.dev.gitf330e81 -- bump to 2.157.0 -- autobuilt f330e81 - -* Tue Jan 26 2021 Fedora Release Engineering - 2:2.156.0-3.dev.git75f193a -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Jan 15 2021 RH Container Bot - 2:2.156.0-2.dev.git75f193a -- bump to 2.156.0 -- autobuilt 75f193a - -* Tue Jan 5 2021 RH Container Bot - 2:2.155.0-2.dev.git667f0f3 -- bump to 2.155.0 -- autobuilt 667f0f3 - -* Wed Dec 30 2020 RH Container Bot - 2:2.154.0-2.dev.git54e2ac5 -- bump to 2.154.0 -- autobuilt 54e2ac5 - -* Sat Dec 26 2020 RH Container Bot - 2:2.153.0-2.dev.git8573f8d -- bump to 2.153.0 -- autobuilt 8573f8d - -* Tue Dec 22 2020 RH Container Bot - 2:2.152.0-2.dev.git1677bc4 -- bump to 2.152.0 -- autobuilt 1677bc4 - -* Wed Dec 02 2020 Jindrich Novy - 2:2.151.0-4.dev.git5d3c461 -- remove bogus changelog dates emitted by build bot leading to build failure -- Related: #1715412 - -* Wed Dec 02 2020 Jindrich Novy - 2:2.151.0-3.dev.git5d3c461 -- remove %%fedora Epoch conditional -- Related: #1899626 - -* Thu Nov 5 2020 RH Container Bot - 2:2.151.0-2.dev.git5d3c461 -- bump to 2.151.0 -- autobuilt 5d3c461 - -* Fri Oct 23 2020 RH Container Bot - 2:2.150.0-2.dev.git0ef4703 -- bump to 2.150.0 -- autobuilt 0ef4703 - -* Thu Oct 15 2020 RH Container Bot - 2:2.148.0-3.dev.git9b3b66f -- autobuilt 9b3b66f - -* Wed Oct 14 2020 RH Container Bot - 2:2.148.0-2.dev.git3c361a2 -- bump to 2.148.0 -- autobuilt 3c361a2 - -* Mon Oct 12 2020 RH Container Bot - 2:2.147.0-2.dev.git9fb1698 -- bump to 2.147.0 -- autobuilt 9fb1698 - -* Thu Oct 8 2020 RH Container Bot - 2:2.146.0-2.dev.git2908536 -- bump to 2.146.0 -- autobuilt 2908536 - -* Thu Sep 10 2020 RH Container Bot - 2:2.145.0-2.dev.git464e922 -- bump to 2.145.0 -- autobuilt 464e922 - -* Mon Aug 31 2020 Lokesh Mandvekar - 2:2.144.0-5.dev.git5d929d4 -- Resolves: #1797554 - use _selinux_policy_version macro - -* Fri Aug 28 2020 Lokesh Mandvekar - 2:2.144.0-4.dev.git5d929d4 -- Resolves: #1780129 - bump min selinux-policy - -* Thu Aug 13 2020 RH Container Bot - 2:2.144.0-3.dev.git5d929d4 -- autobuilt 5d929d4 - -* Wed Aug 12 2020 RH Container Bot - 2:2.144.0-2.dev.git746ea7a -- bump to 2.144.0 -- autobuilt 746ea7a - -* Wed Aug 05 2020 RH Container Bot - 2:2.143.0-2.dev.gite2d5a9e -- bump to 2.143.0 -- autobuilt e2d5a9e - -* Mon Jul 27 2020 Fedora Release Engineering - 2:2.142.0-3.dev.gitfe6a25c -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jul 24 2020 RH Container Bot - 2:2.142.0-2.dev.gitfe6a25c -- bump to 2.142.0 -- autobuilt fe6a25c - -* Fri Jul 24 2020 RH Container Bot - 2:2.141.0-2.dev.git2750e78 -- bump to 2.141.0 -- autobuilt 2750e78 - -* Thu Jul 23 2020 Merlin Mathesius - 2:2.140.0-2.dev.git965c7fb -- Cleanup usage of %%{epoch} macro to allow building for ELN - -* Thu Jul 23 2020 RH Container Bot - 2:2.140.0-2.dev.git965c7fb -- bump to 2.140.0 -- autobuilt 965c7fb - -* Sat Jul 18 2020 RH Container Bot - 2:2.139.0-2.dev.git8c26927 -- bump to 2.139.0 -- autobuilt 8c26927 - -* Thu Jul 09 2020 RH Container Bot - 2:2.138.0-2.dev.git9884317 -- bump to 2.138.0 -- autobuilt 9884317 - -* Thu Jun 11 2020 RH Container Bot - 2:2.137.0-2.dev.git6b721da -- bump to 2.137.0 -- autobuilt 6b721da - -* Thu Jun 11 2020 RH Container Bot - 2:2.136.0-2.dev.git441172a -- bump to 2.136.0 -- autobuilt 441172a - -* Fri May 29 2020 RH Container Bot - 2:2.135.0-2.dev.git0d99e89 -- bump to 2.135.0 -- autobuilt 0d99e89 - -* Thu May 28 2020 RH Container Bot - 2:2.134.0-2.dev.gitff26015 -- bump to 2.134.0 -- autobuilt ff26015 - -* Mon May 11 2020 RH Container Bot - 2:2.132.0-3.dev.git0a878bd -- autobuilt 0a878bd - -* Wed Apr 15 2020 RH Container Bot - 2:2.132.0-2.dev.git448dfbf -- bump to 2.132.0 -- autobuilt 448dfbf - -* Thu Apr 09 2020 RH Container Bot - 2:2.131.0-2.dev.git9ce0dac -- bump to 2.131.0 -- autobuilt 9ce0dac - -* Mon Apr 06 2020 RH Container Bot - 2:2.130.0-2.dev.gitfd55ae0 -- bump to 2.130.0 -- autobuilt fd55ae0 - -* Sun Mar 29 2020 RH Container Bot - 2:2.129.0-2.dev.gitf00d1f4 -- bump to 2.129.0 -- autobuilt f00d1f4 - -* Sun Mar 29 2020 RH Container Bot - 2:2.128.0-2.dev.git363646f -- bump to 2.128.0 -- autobuilt 363646f - -* Fri Mar 27 2020 RH Container Bot - 2:2.127.0-2.dev.git6caf15d -- bump to 2.127.0 -- autobuilt 6caf15d - -* Thu Mar 26 2020 Dan Walsh - 2:2.126.0-2.dev.git867a377 -- Install selinux contexts file into /usr/share/containers/selinux/contexts - -* Thu Mar 26 2020 RH Container Bot - 2:2.126.0-2.dev.git867a377 -- bump to 2.126.0 -- autobuilt 867a377 - -* Mon Mar 23 2020 Lokesh Mandvekar - 2:2.125.2-2.dev.gitae0720d -- bump release tag - -* Mon Mar 23 2020 Dan Walsh - 2:2.125.2-1.dev.gitae0720d -- Install container_contexts file - -* Mon Mar 23 2020 RH Container Bot - 2:2.125.0-3.1.dev.gitfde876b -- autobuilt fde876b - -* Mon Mar 23 2020 Lokesh Mandvekar - 2:2.125.0-2.1.dev.gitb321ea4 -- bump release tag for smooth upgrade path - -* Fri Mar 20 2020 RH Container Bot - 2:2.125.0-0.1.dev.gitb321ea4 -- bump to 2.125.0 -- autobuilt b321ea4 - -* Tue Feb 11 2020 Lokesh Mandvekar - 2:2.124.0-4.dev.git5624558 -- keep functional upgrade path from f31 - -* Tue Feb 11 2020 RH Container Bot - 2:2.124.0-0.4.dev.git5624558 -- autobuilt 5624558 - -* Tue Jan 28 2020 Fedora Release Engineering - 2:2.124.0-0.3.dev.gitf958d0c -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Jan 03 2020 Jindrich Novy - 2:2.124.0-0.2.dev.gitf958d0c -- use more current selinux policy version - -* Wed Dec 11 2019 RH Container Bot - 2:2.124.0-0.1.dev.gitf958d0c -- bump to 2.124.0 -- autobuilt f958d0c - -* Mon Dec 09 2019 Lokesh Mandvekar - 2:2.123.0-0.4.dev.git0b25a4a -- run selinux_relabel_pre - -* Fri Nov 29 2019 RH Container Bot - 2:2.123.0-0.3.dev.git0b25a4a -- autobuilt 0b25a4a - -* Fri Nov 29 2019 Dan Walsh - 2:2.123.0-0.2.dev.git661a904 -- Use selinux macros in post install scripts - -* Mon Nov 25 2019 RH Container Bot - 2:2.123.0-0.1.dev.git661a904 -- bump to 2.123.0 -- autobuilt 661a904 - -* Fri Nov 22 2019 RH Container Bot - 2:2.122.0-0.1.dev.git4560dd4 -- bump to 2.122.0 -- autobuilt 4560dd4 - -* Tue Nov 19 2019 RH Container Bot - 2:2.120.1-0.2.dev.gita233788 -- autobuilt a233788 - -* Wed Nov 06 2019 RH Container Bot - 2:2.120.1-0.1.dev.git6fb6dcf -- bump to 2.120.1 -- autobuilt 6fb6dcf - -* Sun Oct 27 2019 RH Container Bot - 2:2.119.1-0.1.dev.git2ecb2a8 -- bump to 2.119.1 -- autobuilt 2ecb2a8 - -* Thu Oct 24 2019 RH Container Bot - 2:2.119.0-0.1.dev.gitb383f07 -- bump to 2.119.0 -- autobuilt b383f07 - -* Fri Oct 11 2019 RH Container Bot - 2:2.118.0-0.1.dev.git79bdcb5 -- bump to 2.118.0 -- autobuilt 79bdcb5 - -* Fri Sep 20 2019 Lokesh Mandvekar (Bot) - 2:2.117.0-0.1.dev.gitbfde70a -- bump to 2.117.0 -- autobuilt bfde70a - -* Thu Sep 05 2019 Lokesh Mandvekar (Bot) - 2:2.116.0-0.1.dev.gitc5ef5ac -- bump to 2.116.0 -- autobuilt c5ef5ac - -* Wed Aug 21 2019 Lokesh Mandvekar (Bot) - 2:2.115.0-0.1.dev.gitfddfbbb -- bump to 2.115.0 -- autobuilt fddfbbb - -* Mon Aug 19 2019 Lokesh Mandvekar (Bot) - 2:2.114.0-0.1.dev.git028ab00 -- bump to 2.114.0 -- autobuilt 028ab00 - -* Fri Aug 9 2019 Dan Walsh - 2.113-1 -- Allow containers to name_bind to rawip_sockets. - -* Thu Aug 8 2019 Dan Walsh - 2.112-1 -- Allow containers to use fusefs_t entrypoint -- Dontaudit attempts to setattr on devicenodes. - -* Wed Jul 24 2019 Fedora Release Engineering - 2:2.111.0-3.1.dev.git9a75deb -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jul 18 2019 Lokesh Mandvekar (Bot) - 2:2.111.0-2.1.dev.git9a75deb -- bump to 2.111.0 -- autobuilt 9a75deb - -* Wed Jul 10 2019 Lokesh Mandvekar - 2.110.0-1.1.dev.git544d71f -- bump to v2.110.0 -- hook up to autobuild - -* Mon Jul 8 2019 Dan Walsh - 2.109-1 -- Allow containers to accept connections on all socket types -- Allow containers to connect to gssproxy stream sockets if added to container - -* Fri Jun 14 2019 Dan Walsh - 2.107-1 -- Allow containers to manipulate Onload files. - -* Tue Jun 11 2019 Dan Walsh - 2.106-1 -- Allow all unconfined domains to manage unlabeled keyrings -- Add labeling for kubernetes pods - -* Mon Jun 3 2019 Dan Walsh - 2.104-1 -- Set proper labeling for container volumes in SilverBlue - -* Fri May 17 2019 Dan Walsh - 2.103-1 -- Set proper labeling for container volumes - -* Sun May 12 2019 Dan Walsh - 2.102-1 -- Allow all container domains to be entered from container_file_t - -* Fri May 3 2019 Dan Walsh - 2.101-1 -- Allow containers to read rpm cache and rpm databse - -* Tue Apr 23 2019 Dan Walsh - 2.100-1 -- Allow containers running as spc_t to create unlabeled_t kernel keyrings - -* Mon Apr 22 2019 Dan Walsh - 2.99-1 -- Fix labeling on /var/lib/containers/storage/overlay-layers,images to be sharable. - -* Mon Apr 15 2019 Dan Walsh - 2.98-1 -- Allow iptables to append to container_file_t - -* Fri Apr 12 2019 Dan Walsh - 2.97-1 -- Allow containers to read/write sysctl_kernel_ns_last_pid_t -- Allow containers to manage fusefs sockets and named pipes - -* Thu Apr 4 2019 Dan Walsh - 2.96-1 -- Allow containers to read/write sysctl_kernel_ns_last_pid_t - -* Mon Apr 1 2019 Dan Walsh - 2.95-1 -- Allow containers to create fusefs sockets and named pipes - -* Thu Mar 28 2019 Dan Walsh - 2.94-1 -- Allow init_t to manage container content -- Allow container domains to create fifo_files on fusefs file systems -- Add boolean to allow containers to use ceph file systems - -* Tue Mar 26 2019 Dan Walsh - 2.91-1 -- Allow container runtimes to create unlabeled keyrings - -* Wed Mar 20 2019 Dan Walsh - 2.90-1 -- Allow containers to mount and umount fuse file systems. This will allow us -- to use buidlah within a user namespace separated container. - -* Sat Mar 9 2019 Dan Walsh - 2.89-1 -- Allow all container domains to have container file types entrypoint -- Add new release to fix issues with udica -- Allow container_runtime_t to dyntransition to container domains - -* Sat Mar 09 2019 Lokesh Mandvekar (Bot) - 2:2.89-5.git2521d0d -- bump to 2.89 -- autobuilt 2521d0d - -* Thu Mar 07 2019 Lokesh Mandvekar (Bot) - 2:2.88-4.git5c98b56 -- bump to 2.88 -- autobuilt 5c98b56 - -* Wed Mar 06 2019 Lokesh Mandvekar (Bot) - 2:2.87-3.git2c1a2ab -- autobuilt 2c1a2ab - -* Sat Mar 02 2019 Lokesh Mandvekar (Bot) - 2:2.87-2.git891a85f -- bump to 2.87 -- autobuilt 891a85f - -* Fri Mar 1 2019 Dan Walsh - 2.86-1 -- Allow unconfined user and services to dyntrans to container domains, needed for CRIU -- Allow containers exectue hugetlb files. - -* Thu Feb 28 2019 Dan Walsh - 2.85-1 -- More allow rules to allow containers to run within containers - -* Thu Feb 28 2019 Dan Walsh - 2.84-1 -- More allow rules to allow containers to run within containers - -* Tue Feb 26 2019 Lokesh Mandvekar (Bot) - 2:2.82-2.git5e1f62f -- bump to 2.82 -- autobuilt 5e1f62f - -* Mon Feb 25 2019 Dan Walsh - 2.83-1 -- Allow containers to mounton cgroup and container_file_t - -* Sun Feb 10 2019 Dan Walsh - 2.82-1.nightly.git5e1f62f -- Allow confined users to use containers - -* Fri Feb 08 2019 Lokesh Mandvekar (Bot) - 2:2.80-3.git21c2be6 -- bump to 2.80 -- autobuilt 21c2be6 - -* Thu Feb 7 2019 Dan Walsh - 2.81-1 -- Add new labels for paths for containerd - -* Thu Jan 31 2019 Fedora Release Engineering - 2:2.80-2.git1b655d9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Jan 22 2019 Dan Walsh - 2.80-1.nightly.git21c2be6 -- Don't allow containers to talk to contianer runtime sockets - -* Fri Jan 11 2019 Dan Walsh - 2.79-1 -- Fix labeling on /var/lib/registries - -* Thu Jan 10 2019 Dan Walsh - 2.78-1 -- Fix labeling for images in docker daemon user namespace - -* Mon Dec 17 2018 Dan Walsh - 2.77-1 -- Allow container-runtime to setattr on fifo_file handed into container runtime. - -* Tue Nov 13 2018 Lokesh Mandvekar (Bot) - 2:2.752.75-1.dev.git99e2cfd1 -- bump to 2.75 -- autobuilt 99e2cfd - -* Mon Nov 12 2018 Dan Walsh - 2.76-1 -- Allow containers to sendto dgram socket of container runtimes -- Needed to run container runtimes in notify socket unit files. - -* Tue Oct 30 2018 Dan Walsh - 2.75-1.dev.git99e2cfd -- Allow containers to use fuse file systems by default - -* Fri Oct 19 2018 Dan Walsh - 2.74-1 -- Allow containers to setexec themselves - -* Sat Sep 22 2018 Dan Walsh - 2.73-2 -- Remove requires for policycoreutils-python-utils we don't need it. - -* Wed Sep 12 2018 Dan Walsh - 2.73-1 -- Define spc_t as a container_domain, so that container_runtime will transition -to spc_t even when setup with nosuid. - -* Wed Sep 12 2018 Dan Walsh - 2.72-1 -- Allow container_runtimes to setattr on callers fifo_files -github.com/opencontainers/selinux -* Mon Aug 27 2018 Dan Walsh - 2.71-2 -- Fix restorecon to not error on missing directory - -* Wed Aug 22 2018 Dan Walsh - 2.71-1 -- Allow unconfined_r to transition to system_r over container_runtime_exec_t - -* Wed Aug 22 2018 Dan Walsh - 2.70-1 -- Allow unconfined_t to transition to container_runtime_t over container_runtime_exec_t - -* Wed Jul 25 2018 Dan Walsh - 2.69-1 -- dontaudit attempts to write to sysctl_kernel_t - -* Wed Jul 18 2018 Lokesh Mandvekar (Bot) - 2:2.68-2.gitc139a3d -- autobuilt c139a3d - -* Mon Jul 16 2018 Dan Walsh - 2.67-1 -- Add label for /var/lib/origin -- Add customizable_file_t to customizable_types - -* Thu Jul 12 2018 Fedora Release Engineering - 2:2.67-3.dev.git042f7cf -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Mon Jul 09 2018 Lokesh Mandvekar (Bot) - 2:2.67-2.git042f7cf -- autobuilt 042f7cf - -* Sat Jul 07 2018 Lokesh Mandvekar (Bot) - 2:2.67-1.git0407867 -- bump to 2.67 -- autobuilt 0407867 - -* Sat Jun 30 2018 Dan Walsh - 2.66-1 -- Allow container runtimes to dbus chat with systemd-resolved - -* Tue Jun 12 2018 Lokesh Mandvekar (Bot) - 2:2.64-1.gitdfaf8fd -- bump to 2.64 -- autobuilt dfaf8fd - -* Mon Jun 11 2018 Dan Walsh - 2.65-1 -- Add new type to handle containers running with a non priv user in a userns -- allow containers to map all sockets - -* Sun Jun 3 2018 Dan Walsh - 2.64-1.gitdfaf8fd -- Allow containers to create all socket classes - -* Wed May 30 2018 Dan Walsh - 2.63-1 -- Allow containers to create icmp packets - -* Fri May 25 2018 Lokesh Mandvekar (Bot) - 2:2.62-1.git1ecf953 -- bump to 2.62 -- autobuilt 1ecf953 - -* Mon May 21 2018 Dan Walsh - 2.61-1 -- Allow spc_t to load kernel modules from inside of container - -* Mon May 21 2018 Dan Walsh - 2.60-1 -- Allow containers to list cgroup directories - -* Mon May 21 2018 Dan Walsh - 2.59-1 -- Transition for unconfined_service_t to container_runtime_t when executing container_runtime_exec_t. - -* Mon May 21 2018 Dan Walsh - 2.58-2 -- Run restorecon /usr/bin/podman in postinstall - -* Fri May 18 2018 Dan Walsh - 2.58-1 -- Add labels to allow podman to be run from a systemd unit file - -* Tue Apr 17 2018 Lokesh Mandvekar (Bot) - 2:2.55-12.gitd248f91 -- autobuilt commit d248f91 - -* Tue Apr 17 2018 Lokesh Mandvekar (Bot) - 2:2.55-11.gitd248f91 -- autobuilt commit d248f91 - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 2:2.55-10.gitd248f91 -- autobuilt commit d248f91 - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 2:2.55-9.gitd248f91 -- autobuilt commit d248f91 - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 2:2.55-8 -- autobuilt commit d248f91 - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 2:2.55-7 -- autobuilt commit d248f91 - -* Mon Apr 16 2018 Lokesh Mandvekar (Bot) - 2:2.55-6 -- autobuilt commit d248f91 - -* Mon Apr 09 2018 Lokesh Mandvekar (Bot) - 2:2.55-5 -- autobuilt commit d248f91 - -* Mon Apr 09 2018 Lokesh Mandvekar (Bot) - 2:2.55-4 -- autobuilt commit d248f91 - -* Mon Apr 09 2018 Lokesh Mandvekar - 2:2.55-3 -- autobuilt commit d248f91 - -* Mon Apr 09 2018 Lokesh Mandvekar - 2:2.55-2 -- autobuilt commit d248f91 - -* Thu Mar 15 2018 Dan Walsh - 2.55-1 -- Dontaudit attempts by containers to write to /proc/self - -* Wed Mar 14 2018 Dan Walsh - 2.54-1 -- Add rules for container domains to make writing custom policy easier -- Allow shell_exec_t as a container_runtime_t entrypoint - -* Thu Mar 8 2018 Dan Walsh - 2.52-1 -- Add rules for container domains to make writing custom policy easier - -* Thu Mar 8 2018 Dan Walsh - 2.51-1 -- Allow shell_exec_t as a container_runtime_t entrypoint - -* Wed Mar 7 2018 Dan Walsh - 2.50-1 -- Allow bin_t as a container_runtime_t entrypoint -- Add rules for running container runtimes on mls - -* Thu Feb 15 2018 Dan Walsh - 2.48-1 -- Allow container domains to map container_file_t directories - -* Sat Feb 10 2018 Dan Walsh - 2.47-1 -- Change default label of /exports to container_var_lib_t - -* Fri Feb 09 2018 Igor Gnatenko - 2:2.46-3 -- Escape macros in %%CHANGELOG - -* Wed Feb 07 2018 Fedora Release Engineering - 2:2.46-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Sat Feb 03 2018 Dan Walsh - 2.46-1 -- Add support for nosuid_transition flags for container_runtime and unconfined domains -* Fri Feb 02 2018 Dan Walsh - 2.45-1 -- Allow containers to sendto their own stream sockets - -* Mon Jan 29 2018 Dan Walsh - 2.44-1 -- Allow container domains to read kernel ipc info - -* Mon Jan 22 2018 Dan Walsh - 2.43-1 -- Allow containers to memory map the fifo_files leaked into container from -container runtimes. - -* Tue Jan 16 2018 Dan Walsh - 2.42-1 -- Allow unconfined domains to transition to container types, when no-new-privs is set. - -* Tue Jan 9 2018 Dan Walsh - 2.41-1 -- Add support to nnp_transition for container domains -- Eliminates need for typebounds. - -* Tue Jan 9 2018 Dan Walsh - 2.40-1 -- Allow container_runtime_t to use user ttys -- Fixes bounds check for container_t - -* Mon Jan 8 2018 Dan Walsh - 2.39-1 -- Allow container runtimes to use interited terminals. This helps -satisfy the bounds check of container_t versus container_runtime_t. - -* Sat Jan 6 2018 Dan Walsh - 2.38-1 -- Allow container runtimes to mmap container_file_t devices -- Add labeling for rhel push plugin - -* Tue Dec 12 2017 Dan Walsh - 2.37-1 -- Allow containers to use inherited ttys -- Allow ostree to handle labels under /var/lib/containers/ostree - -* Mon Nov 27 2017 Dan Walsh - 2.36-1 -- Allow containers to relabelto/from all file types to container_file_t - -* Mon Nov 27 2017 Dan Walsh - 2.35-1 -- Allow container to map chr_files labeled container_file_t - -* Wed Nov 22 2017 Dan Walsh - 2.34-1 -- Dontaudit container processes getattr on kernel file systems - -* Sun Nov 19 2017 Dan Walsh - 2.33-1 -- Allow containers to read /etc/resolv.conf and /etc/hosts if volume -- mounted into container. - -* Wed Nov 8 2017 Dan Walsh - 2.32-1 -- Make sure users creating content in /var/lib with right labels - -* Thu Oct 26 2017 Dan Walsh - 2.31-1 -- Allow the container runtime to dbus chat with dnsmasq -- add dontaudit rules for container trying to write to /proc - -* Tue Oct 10 2017 Dan Walsh - 2.29-1 -- Add support for lxcd -- Add support for labeling of tmpfs storage created within a container. - -* Mon Oct 9 2017 Dan Walsh - 2.28-1 -- Allow a container to umount a container_file_t filesystem - -* Fri Sep 22 2017 Dan Walsh - 2.27-1 -- Allow container runtimes to work with the netfilter sockets -- Allow container_file_t to be an entrypoint for VM's -- Allow spc_t domains to transition to svirt_t - -* Fri Sep 22 2017 Dan Walsh - 2.24-1 -- Make sure container_runtime_t has all access of container_t - -* Thu Sep 7 2017 Dan Walsh - 2.23-1 -- Allow container runtimes to create sockets in tmp dirs - -* Tue Sep 5 2017 Dan Walsh - 2.22-1 -- Add additonal support for crio labeling. - -* Mon Aug 14 2017 Troy Dawson - 2.21-3 -- Fixup spec file conditionals - -* Wed Jul 26 2017 Fedora Release Engineering - 2:2.21-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Thu Jul 6 2017 Dan Walsh - 2.21-1 -- Allow containers to execmod on container_share_t files. - -* Thu Jul 6 2017 Dan Walsh - 2.20-2 -- Relabel runc and crio executables - -* Fri Jun 30 2017 Dan Walsh - 2.20-1 -- Allow container processes to getsession - -* Mon Jun 12 2017 Dan Walsh - 2.19-1 -- Allow containers to create tun sockets - -* Tue Jun 6 2017 Dan Walsh - 2.18-1 -- Fix labeling for CRI-O files in overlay subdirs - -* Mon Jun 5 2017 Dan Walsh - 2.17-1 -- Revert change to run the container_runtime as ranged - -* Thu Jun 1 2017 Dan Walsh - 2.16-1 -- Add default labeling for cri-o in /etc/crio directories - -* Wed May 31 2017 Dan Walsh - 2.15-1 -- Allow container types to read/write container_runtime fifo files -- Allow a container runtime to mount on top of its own /proc - -* Fri May 19 2017 Dan Walsh - 2.14-1 -- Add labels for crio rename -- Break container_t rules out to use a separate container_domain -- Allow containers to be able to set namespaced SYCTLS -- Allow sandbox containers manage fuse files. -- Fixes to make container_runtimes work on MLS machines -- Bump version to allow handling of container_file_t filesystems -- Allow containers to mount, remount and umount container_file_t file systems -- Fixes to handle cap_userns -- Give container_t access to XFRM sockets -- Allow spc_t to dbus chat with init system -- Allow spc_t to dbus chat with init system -- Add rules to allow container runtimes to run with unconfined disabled -- Add rules to support cgroup file systems mounted into container. -- Fix typebounds entrypoint problems -- Fix typebounds problems -- Add typebounds statement for container_t from container_runtime_t -- We should only label runc not runc* - -* Tue Feb 28 2017 Dan Walsh - 2.10-1 -- Add rules to allow container runtimes to run with unconfined disabled -- Add rules to support cgroup file systems mounted into container. - -* Mon Feb 13 2017 Dan Walsh - 2.9-1 -- Add rules to allow container_runtimes to run with unconfined disabled - -* Thu Feb 9 2017 Dan Walsh - 2:8.1-1 -- Allow container_file_t to be stored on cgroup_t file systems - -* Tue Feb 7 2017 Dan Walsh - 2:7.1-1 -- Fix type in container interface file - -* Mon Feb 6 2017 Dan Walsh - 2:6.1-1 -- Fix typebounds entrypoint problems - -* Fri Jan 27 2017 Dan Walsh - 2:5.1-1 -- Fix typebounds problems - -* Thu Jan 19 2017 Dan Walsh - 2:4.1-1 -- Add typebounds statement for container_t from container_runtime_t -- We should only label runc not runc* - -* Tue Jan 17 2017 Dan Walsh - 2:3.1-1 -- Fix labeling on /usr/bin/runc.* -- Add sandbox_net_domain access to container.te -- Remove containers ability to look at /etc content - -* Wed Jan 11 2017 Lokesh Mandvekar - 2:2.2-4 -- use upstream's RHEL-1.12 branch, commit 56c32da for CentOS 7 - -* Tue Jan 10 2017 Jonathan Lebon - 2:2.2-3 -- properly disable docker module in %%post - -* Sat Jan 07 2017 Lokesh Mandvekar - 2:2.2-2 -- depend on selinux-policy-targeted -- relabel docker-latest* files as well - -* Fri Jan 06 2017 Lokesh Mandvekar - 2:2.2-1 -- bump to v2.2 -- additional labeling for ocid - -* Fri Jan 06 2017 Lokesh Mandvekar - 2:2.0-2 -- install policy at level 200 -- From: Dan Walsh - -* Fri Jan 06 2017 Lokesh Mandvekar - 2:2.0-1 -- Resolves: #1406517 - bump to v2.0 (first upload to Fedora as a -standalone package) -- include projectatomic/RHEL-1.12 branch commit for building on centos/rhel - -* Mon Dec 19 2016 Lokesh Mandvekar - 2:1.12.4-29 -- new package (separated from docker) +%autochangelog From dd198e1b4d7761982020a12aed107846aba58c19 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 1 Feb 2022 14:49:05 -0500 Subject: [PATCH 15/31] bup to v2.174.0 Signed-off-by: Lokesh Mandvekar (cherry picked from commit a011a4e035b01245a96b0244d955d9160901b4bd) Signed-off-by: Lokesh Mandvekar --- .gitignore | 2 ++ container-selinux.spec | 2 +- sources | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e6f8dd4..48342c0 100644 --- a/.gitignore +++ b/.gitignore @@ -174,3 +174,5 @@ /v2.172.1.tar.gz /v2.173.0.tar.gz /v2.173.1.tar.gz +/v2.173.2.tar.gz +/v2.174.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 51412ee..521dd92 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.173.1 +%global built_tag v2.174.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index 90fae30..b7ae7da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.173.1.tar.gz) = 0dce3af485b404ba4d29b3c5e23c1fe9d230722c1f3e3317cf1b8de21c0663deae3863852b61e6e08d3b62764dde93d5dfc99d3a86c73038ab6e0297b057261d +SHA512 (v2.174.0.tar.gz) = d509a7075bd7e0746d80da0f8e160f27777065a6796ffdcdb887e4aa6fd1a7860ce009d523aae47bc2620312fd01b14853bdf35feb916d7aa3d15f2bfe79ff3d From 04a6e5d44f992564220b5e52c879fcdf37933c0e Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 3 Feb 2022 09:03:25 -0500 Subject: [PATCH 16/31] bump to v2.176.0 Signed-off-by: Lokesh Mandvekar (cherry picked from commit b80cce14077556c12ffaa3691e3f0a26457d1729) Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + container-selinux.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 48342c0..9beb5d0 100644 --- a/.gitignore +++ b/.gitignore @@ -176,3 +176,4 @@ /v2.173.1.tar.gz /v2.173.2.tar.gz /v2.174.0.tar.gz +/v2.176.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 521dd92..fbd6297 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.174.0 +%global built_tag v2.176.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index b7ae7da..c95da91 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.174.0.tar.gz) = d509a7075bd7e0746d80da0f8e160f27777065a6796ffdcdb887e4aa6fd1a7860ce009d523aae47bc2620312fd01b14853bdf35feb916d7aa3d15f2bfe79ff3d +SHA512 (v2.176.0.tar.gz) = ad6c898da92df66bcd9578466e1d8513ba4e494d2f0c9c1f6ed0dec1426ebb624bb42b094cb7a478d9919c0952cd2e328a50fa58ff1ed2a7a069d9fbb8d4ffb8 From c1a61f1626692f1bbf210805d022f6beca9d58e3 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 7 Feb 2022 13:30:31 -0700 Subject: [PATCH 17/31] Use podman in gating tests Nothing complicated, just a very simple 'run' command. Currently fails, which is good, it means this test would have caught today's crisis[1]. Unfortunately it fails with no useful info whatsoever: the test result simply shows ERROR. I'm not sure there's much I can do about this, since podman itself is silent on the failure. (It'd be nice if gating tests at least showed us the exit status). [1] https://github.com/containers/container-selinux/issues/169 Signed-off-by: Ed Santiago (cherry picked from commit 045c776835d71acad920420c631d0fa2eb890cde) Signed-off-by: Lokesh Mandvekar --- tests/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index a5b5b1f..552bdbb 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -6,8 +6,11 @@ required_packages: - policycoreutils - container-selinux + - podman tests: - is-module-installed: run: semodule --list=full | grep container - can-rebuild-policy: run: semodule -B + - can-run-podman: + run: podman run --rm quay.io/libpod/testimage:20210610 cat -v /proc/self/attr/current From bcd1e144782f5d10928d32c9d4e8955ca5122bbb Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Wed, 9 Feb 2022 14:52:17 -0500 Subject: [PATCH 18/31] bump to v2.177.0 Signed-off-by: Lokesh Mandvekar (cherry picked from commit 0cbd2b83da671684668c1d401e0a8f66f628a667) Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + container-selinux.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9beb5d0..1473557 100644 --- a/.gitignore +++ b/.gitignore @@ -177,3 +177,4 @@ /v2.173.2.tar.gz /v2.174.0.tar.gz /v2.176.0.tar.gz +/v2.177.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index fbd6297..dda358a 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.176.0 +%global built_tag v2.177.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index c95da91..48e1533 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.176.0.tar.gz) = ad6c898da92df66bcd9578466e1d8513ba4e494d2f0c9c1f6ed0dec1426ebb624bb42b094cb7a478d9919c0952cd2e328a50fa58ff1ed2a7a069d9fbb8d4ffb8 +SHA512 (v2.177.0.tar.gz) = fd25e01b4f9e78188a08ba190320671ab21eef21a9e85de14584bf61cc62a7dc4433a5663c3366416834a4f79eb4d521793db14ce9b4c3f2a896635d2343ffe2 From 2ce803b6b869b4e4a8866921404f2b80e0e1072b Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 11 Feb 2022 14:42:37 -0500 Subject: [PATCH 19/31] bump to v2.178.0 Signed-off-by: Lokesh Mandvekar (cherry picked from commit fc3b887a982be3646bb662c51345017121d0eaeb) Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + container-selinux.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1473557..40e05ae 100644 --- a/.gitignore +++ b/.gitignore @@ -178,3 +178,4 @@ /v2.174.0.tar.gz /v2.176.0.tar.gz /v2.177.0.tar.gz +/v2.178.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index dda358a..8ae3b98 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.177.0 +%global built_tag v2.178.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index 48e1533..8961689 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.177.0.tar.gz) = fd25e01b4f9e78188a08ba190320671ab21eef21a9e85de14584bf61cc62a7dc4433a5663c3366416834a4f79eb4d521793db14ce9b4c3f2a896635d2343ffe2 +SHA512 (v2.178.0.tar.gz) = b0916e55c874dcca5db5bd3639dca56120906541045241d3b959305b907bf8713253d11acb5c049ed7a1921acc0286718d0257102d0ceebab68a3673a2873016 From 5211e4cd768f305fb45c5b5e7c151385b5b424ae Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Tue, 1 Mar 2022 10:39:29 -0500 Subject: [PATCH 20/31] bump to v2.179.1 Signed-off-by: Lokesh Mandvekar (cherry picked from commit f52aec27061927b7ccd3af2bc36690c05a259a6e) Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + container-selinux.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 40e05ae..31264b8 100644 --- a/.gitignore +++ b/.gitignore @@ -179,3 +179,4 @@ /v2.176.0.tar.gz /v2.177.0.tar.gz /v2.178.0.tar.gz +/v2.179.1.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 8ae3b98..c4643a8 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.178.0 +%global built_tag v2.179.1 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index 8961689..a1dab12 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.178.0.tar.gz) = b0916e55c874dcca5db5bd3639dca56120906541045241d3b959305b907bf8713253d11acb5c049ed7a1921acc0286718d0257102d0ceebab68a3673a2873016 +SHA512 (v2.179.1.tar.gz) = 51c14482bd041405557e2bea858ef62565cac6c385f31495addf3d7633f00f3bfe6e9e7de3f35eb8b6e442c80db029320364ba9eebb06b14e6a9a08a2db92049 From 84c1a34f3e1e25e0f03cf6886e15d61ffee11041 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Mon, 7 Mar 2022 09:12:48 -0500 Subject: [PATCH 21/31] bump to v2.180.0 Signed-off-by: Lokesh Mandvekar (cherry picked from commit 370ad1e8eace12b3987e90c88a5505a091962ef3) Signed-off-by: Lokesh Mandvekar --- .gitignore | 1 + container-selinux.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 31264b8..8ae9b50 100644 --- a/.gitignore +++ b/.gitignore @@ -180,3 +180,4 @@ /v2.177.0.tar.gz /v2.178.0.tar.gz /v2.179.1.tar.gz +/v2.180.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index c4643a8..632ddaf 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.179.1 +%global built_tag v2.180.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index a1dab12..3a519f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.179.1.tar.gz) = 51c14482bd041405557e2bea858ef62565cac6c385f31495addf3d7633f00f3bfe6e9e7de3f35eb8b6e442c80db029320364ba9eebb06b14e6a9a08a2db92049 +SHA512 (v2.180.0.tar.gz) = 391809480a7a7d9376a0076a427baa6ad5a201bd8aa508f39cc9a1f9f18d341d046642ce1595718744b4aaee8134a58dee0848d53edb9e9fbcf131269dc78d6a From ddec1699bb7c3d42cec73a144bcb71c1c3ee649b Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Fri, 25 Mar 2022 19:02:41 +0000 Subject: [PATCH 22/31] auto bump to v2.181.0 (cherry picked from commit 01159dc8d351e9036684bfee4a7aa5adae3617b5) --- .gitignore | 1 + container-selinux.spec | 2 +- sources | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8ae9b50..ad6ae74 100644 --- a/.gitignore +++ b/.gitignore @@ -181,3 +181,4 @@ /v2.178.0.tar.gz /v2.179.1.tar.gz /v2.180.0.tar.gz +/v2.181.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 632ddaf..cfcc499 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.180.0 +%global built_tag v2.181.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index 3a519f2..6b70793 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (v2.180.0.tar.gz) = 391809480a7a7d9376a0076a427baa6ad5a201bd8aa508f39cc9a1f9f18d341d046642ce1595718744b4aaee8134a58dee0848d53edb9e9fbcf131269dc78d6a +SHA512 (v2.181.0.tar.gz) = 8d85263599cf66b2d83e510ab75056d425ae5cd9b330c820d053e328575129ccca5320c92f29c8e0310d49b90261755567a28b93ae684f21f49698789ea6bf1b From 0164f6007e91faf19a832bc2f0fa9054242ec56f Mon Sep 17 00:00:00 2001 From: David King Date: Fri, 15 Apr 2022 11:16:25 +0100 Subject: [PATCH 23/31] Rebuild against selinux-policy (#2070764) From 70c3fcfabdf7c6b51e36b366f59e0fb728d78b5f Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Mon, 18 Apr 2022 11:03:42 +0000 Subject: [PATCH 24/31] auto bump to v2.183.0 (cherry picked from commit a16983f2a4d5c8b91deeff8c285e22ec3372e587) --- .gitignore | 1 + container-selinux.spec | 2 +- sources | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ad6ae74..2a55446 100644 --- a/.gitignore +++ b/.gitignore @@ -182,3 +182,4 @@ /v2.179.1.tar.gz /v2.180.0.tar.gz /v2.181.0.tar.gz +/v2.183.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index cfcc499..acec4ac 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.181.0 +%global built_tag v2.183.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index 6b70793..c94c5ea 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ SHA512 (v2.180.0.tar.gz) = 391809480a7a7d9376a0076a427baa6ad5a201bd8aa508f39cc9a1f9f18d341d046642ce1595718744b4aaee8134a58dee0848d53edb9e9fbcf131269dc78d6a SHA512 (v2.181.0.tar.gz) = 8d85263599cf66b2d83e510ab75056d425ae5cd9b330c820d053e328575129ccca5320c92f29c8e0310d49b90261755567a28b93ae684f21f49698789ea6bf1b +SHA512 (v2.183.0.tar.gz) = 688c16ce53c2ba8c65b481eb26fb8517c6c6f89a1ebc268557ec08c76ee4cfde7e861f25deaa28fa89940710399d213b63842fcf059f1d702e7645c82151afbf From d05c7b6869ff8fdabd08cf6318b2d7d81b37f4b3 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 21 Apr 2022 14:18:23 -0400 Subject: [PATCH 25/31] remove unwanted file entries from sources Signed-off-by: Lokesh Mandvekar (cherry picked from commit 62a54b91e4f15e4a7cbc1d200be59f6010ba0b32) Signed-off-by: Lokesh Mandvekar --- sources | 2 -- 1 file changed, 2 deletions(-) diff --git a/sources b/sources index c94c5ea..fdc4e3b 100644 --- a/sources +++ b/sources @@ -1,3 +1 @@ -SHA512 (v2.180.0.tar.gz) = 391809480a7a7d9376a0076a427baa6ad5a201bd8aa508f39cc9a1f9f18d341d046642ce1595718744b4aaee8134a58dee0848d53edb9e9fbcf131269dc78d6a -SHA512 (v2.181.0.tar.gz) = 8d85263599cf66b2d83e510ab75056d425ae5cd9b330c820d053e328575129ccca5320c92f29c8e0310d49b90261755567a28b93ae684f21f49698789ea6bf1b SHA512 (v2.183.0.tar.gz) = 688c16ce53c2ba8c65b481eb26fb8517c6c6f89a1ebc268557ec08c76ee4cfde7e861f25deaa28fa89940710399d213b63842fcf059f1d702e7645c82151afbf From dfab0607c6cc1d8b617e168f57d5ea017ccb4eb1 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 28 Apr 2022 09:25:27 -0400 Subject: [PATCH 26/31] Resolves: #2079800 - rebuild with latest selinux-policy Signed-off-by: Lokesh Mandvekar From f53684e40c111478167e2e756b4076f705c75d31 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 24 May 2022 15:06:21 +0000 Subject: [PATCH 27/31] auto bump to v2.186.0 (cherry picked from commit 7f88c4f20c6c5fdc0e6b3df123ed31f2cb25869c) --- .gitignore | 1 + container-selinux.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2a55446..8e72d4a 100644 --- a/.gitignore +++ b/.gitignore @@ -183,3 +183,4 @@ /v2.180.0.tar.gz /v2.181.0.tar.gz /v2.183.0.tar.gz +/v2.186.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index acec4ac..2950b54 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.183.0 +%global built_tag v2.186.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index fdc4e3b..c890fc8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.183.0.tar.gz) = 688c16ce53c2ba8c65b481eb26fb8517c6c6f89a1ebc268557ec08c76ee4cfde7e861f25deaa28fa89940710399d213b63842fcf059f1d702e7645c82151afbf +SHA512 (v2.186.0.tar.gz) = eff1379b550f8dab3294778c51ddec4c626bc766566b4bbbb8875b535530e6efa78cfec22ba26f8b6bb305fb90ec6b072bdb4cf5d32b3e4706daa8b3225dc811 From f0ac009ae21be09b3b48ef33961ef3389b6d75fa Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Tue, 24 May 2022 17:04:35 +0000 Subject: [PATCH 28/31] auto bump to v2.187.0 (cherry picked from commit 49a8b59d8136709b70cd0172892630166c7c79be) --- .gitignore | 1 + container-selinux.spec | 2 +- sources | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8e72d4a..125b3a7 100644 --- a/.gitignore +++ b/.gitignore @@ -184,3 +184,4 @@ /v2.181.0.tar.gz /v2.183.0.tar.gz /v2.186.0.tar.gz +/v2.187.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 2950b54..ab255b3 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -5,7 +5,7 @@ # Used for comparing with latest upstream tag # to decide whether to autobuild -%global built_tag v2.186.0 +%global built_tag v2.187.0 %global built_tag_strip %(b=%{built_tag}; echo ${b:1}) %global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) diff --git a/sources b/sources index c890fc8..d0596da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.186.0.tar.gz) = eff1379b550f8dab3294778c51ddec4c626bc766566b4bbbb8875b535530e6efa78cfec22ba26f8b6bb305fb90ec6b072bdb4cf5d32b3e4706daa8b3225dc811 +SHA512 (v2.187.0.tar.gz) = a86c32cc83e68d3e84ddbb09afb6415899f3d214b51b37fa46976cd9f7c83a24e164a36ce43aa1e59a3bd93e2734b6ba34c98373a6eecfd1a313bc9a381b3a39 From f3b57e64320f9f7e18a587048b3021c76a196c75 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Fri, 27 May 2022 13:27:20 -0400 Subject: [PATCH 29/31] update Version field per changes in rpm autobuilder Signed-off-by: Lokesh Mandvekar (cherry picked from commit b25bea1555154dbc48b23e8dfd57fceae5f655e4) Signed-off-by: Lokesh Mandvekar --- container-selinux.spec | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/container-selinux.spec b/container-selinux.spec index ab255b3..b1d9564 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -3,11 +3,7 @@ # container-selinux %global git0 https://github.com/containers/container-selinux -# Used for comparing with latest upstream tag -# to decide whether to autobuild %global built_tag v2.187.0 -%global built_tag_strip %(b=%{built_tag}; echo ${b:1}) -%global gen_version %(b=%{built_tag_strip}; echo ${b/-/"~"}) # container-selinux stuff (prefix with ds_ for version/release etc.) # Some bits borrowed from the openstack-selinux package @@ -23,7 +19,7 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: %{gen_version} +Version: 2.187.0 Release: %autorelease License: GPLv2 URL: %{git0} @@ -52,7 +48,7 @@ Conflicts: k3s-selinux <= 0.4-1 SELinux policy modules for use with container runtimes. %prep -%autosetup -Sgit -n %{name}-%{built_tag_strip} +%autosetup -Sgit %build make @@ -115,6 +111,5 @@ if %{_sbindir}/selinuxenabled ; then %{_sbindir}/restorecon -R /home/*/.local/share/containers/storage/overlay* 2> /dev/null fi - %changelog %autochangelog From 352177f23190fdce38361573669b43717e285bb0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 23 Jun 2022 15:04:11 +0000 Subject: [PATCH 30/31] auto bump to v2.188.0 (cherry picked from commit 381c043b4682ff12a01601cbf85467a6ac459c6d) --- .gitignore | 1 + container-selinux.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 125b3a7..e08146a 100644 --- a/.gitignore +++ b/.gitignore @@ -185,3 +185,4 @@ /v2.183.0.tar.gz /v2.186.0.tar.gz /v2.187.0.tar.gz +/v2.188.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index b1d9564..77e4b45 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -3,7 +3,7 @@ # container-selinux %global git0 https://github.com/containers/container-selinux -%global built_tag v2.187.0 +%global built_tag v2.188.0 # container-selinux stuff (prefix with ds_ for version/release etc.) # Some bits borrowed from the openstack-selinux package @@ -19,7 +19,7 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.187.0 +Version: 2.188.0 Release: %autorelease License: GPLv2 URL: %{git0} diff --git a/sources b/sources index d0596da..db29ae3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.187.0.tar.gz) = a86c32cc83e68d3e84ddbb09afb6415899f3d214b51b37fa46976cd9f7c83a24e164a36ce43aa1e59a3bd93e2734b6ba34c98373a6eecfd1a313bc9a381b3a39 +SHA512 (v2.188.0.tar.gz) = 1b13275fe90fd15e57a4f72dafe875bcb247171f612ed2899245a3993c9ad25fbd2a7f6813e84a5f8b0473776d4dc11b84e8831f8c9f3eab9bacda525e0f6030 From e37c04b4b2058571f23068567886f8aeb2f7c4e0 Mon Sep 17 00:00:00 2001 From: RH Container Bot Date: Thu, 14 Jul 2022 15:03:02 +0000 Subject: [PATCH 31/31] auto bump to v2.189.0 (cherry picked from commit 9d8732d586a8e2634792669ee8a8a7bf313466c1) --- .gitignore | 1 + container-selinux.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e08146a..8fd74f4 100644 --- a/.gitignore +++ b/.gitignore @@ -186,3 +186,4 @@ /v2.186.0.tar.gz /v2.187.0.tar.gz /v2.188.0.tar.gz +/v2.189.0.tar.gz diff --git a/container-selinux.spec b/container-selinux.spec index 77e4b45..c494d2f 100644 --- a/container-selinux.spec +++ b/container-selinux.spec @@ -3,7 +3,7 @@ # container-selinux %global git0 https://github.com/containers/container-selinux -%global built_tag v2.188.0 +%global built_tag v2.189.0 # container-selinux stuff (prefix with ds_ for version/release etc.) # Some bits borrowed from the openstack-selinux package @@ -19,7 +19,7 @@ # Hooked up to autobuilder, please check with @lsm5 before updating Name: container-selinux Epoch: 2 -Version: 2.188.0 +Version: 2.189.0 Release: %autorelease License: GPLv2 URL: %{git0} diff --git a/sources b/sources index db29ae3..9c0a5bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.188.0.tar.gz) = 1b13275fe90fd15e57a4f72dafe875bcb247171f612ed2899245a3993c9ad25fbd2a7f6813e84a5f8b0473776d4dc11b84e8831f8c9f3eab9bacda525e0f6030 +SHA512 (v2.189.0.tar.gz) = 0c3d1d3c0b53281fbcf08580e0567a3c8fb297b59f9c51424ffd03da38a72f25da129899b6f36bae446bd5653e105cd9a71418e0cdeee5057315a31322e71bdc