#143 * Thu Jan 14 2021 Zdenek Pytela <zpytela@redhat.com> - 3.14.6-34
Merged 3 years ago by zpytela. Opened 3 years ago by zpytela.
rpms/ zpytela/selinux-policy f33  into  f33

file modified
+2
@@ -494,3 +494,5 @@ 

  /selinux-policy-a3ec0f5.tar.gz

  /selinux-policy-contrib-a122cdd.tar.gz

  /selinux-policy-82e4290.tar.gz

+ /selinux-policy-d58c107.tar.gz

+ /selinux-policy-contrib-596e842.tar.gz

file modified
+8 -3
@@ -1,11 +1,11 @@ 

  # github repo with selinux-policy base sources

  %global git0 https://github.com/fedora-selinux/selinux-policy

- %global commit0 82e42900ad8027abed98f0b5d7a0969223fa4a7b

+ %global commit0 d58c107591c0f99ee8003221296f998ad75d8148

  %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})

  

  # github repo with selinux-policy contrib sources

  %global git1 https://github.com/fedora-selinux/selinux-policy-contrib

- %global commit1 a122cddba2ad232d2983f52cdf98487b4a1acf0f

+ %global commit1 596e842d4288ae2bc5cb471196ce7c07e7aba787

  %global shortcommit1 %(c=%{commit1}; echo ${c:0:7})

  

  %define distro redhat
@@ -29,7 +29,7 @@ 

  Summary: SELinux policy configuration

  Name: selinux-policy

  Version: 3.14.6

- Release: 33%{?dist}

+ Release: 34%{?dist}

  License: GPLv2+

  Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz

  Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
@@ -784,6 +784,11 @@ 

  %endif

  

  %changelog

+ * Thu Jan 14 2021 Zdenek Pytela <zpytela@redhat.com> - 3.14.6-34

+ - Allow sssd read /run/systemd directory

+ - Allow dovecot_auth_t stat /proc filesystem

+ - Allow domain stat /proc filesystem

+ 

  * Tue Dec 15 16:49:01 CET 2020 Zdenek Pytela <zpytela@redhat.com> - 3.14.6-33

  - Allow stub-resolv.conf to be a symlink

  - sysnetwork.if: avoid directly referencing systemd_resolved_var_run_t

file modified
+3 -3
@@ -1,4 +1,4 @@ 

- SHA512 (selinux-policy-82e4290.tar.gz) = 524e6b0607daef11047df21e1473e64fb7b06ef5bc2091342eb4370472bf357a05a7084f37775778bd063fd26d626dbffb1af0deb79885b340ffc9f103983297

- SHA512 (selinux-policy-contrib-a122cdd.tar.gz) = 40159310eb341c622565515f3b4b8bf238e9fa9c55944dc801a7dea8e2d92ff00040e23d29e21a621ae8ff07e02a35634e8714caa8b257af725541d2ee7dd77d

+ SHA512 (selinux-policy-d58c107.tar.gz) = 260ca5677ccc8c26938d0b59652b5403795e608ce101e5859a1f7945d93249fe9b83f2e488c03f6025f6b35d20faab0f32777e67e62295a9431b3b4b824258c0

+ SHA512 (selinux-policy-contrib-596e842.tar.gz) = 598fafa4a200f3bdc45d7c8650df74698cd92770ef56c627a23f3ad6c72ecd173d125d36bb47e620338f20fa3b02133defeb215281892ceb5985b878b53712c4

+ SHA512 (container-selinux.tgz) = 097bbc26bdcd609a6e25e2c54adcc9d6d8c749fefe5bb4f416a5d518751d214885c0c5c66fcd492ae7c3621b6ac18f2604575ae8140dd7041c3e83c902b2c74f

  SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4

- SHA512 (container-selinux.tgz) = 3d2478cdfbafc3d2610add04534550799a62705f221bfce88ed74fed9be65aa8e6db00f959b92c7cca07eedc370e30b2fde18632d4a634ca72be0ba97850c1b1

  • Allow sssd read /run/systemd directory
  • Allow dovecot_auth_t stat /proc filesystem
  • Allow domain stat /proc filesystem

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

All failures are expected.

Pull-Request has been merged by zpytela

3 years ago