#348 * Mon Jun 26 2023 Zdenek Pytela <zpytela@redhat.com> - 38.18-1
Merged a year ago by zpytela. Opened a year ago by zpytela.
rpms/ zpytela/selinux-policy f38  into  f38

@@ -2726,3 +2726,31 @@ 

  #  boothd - Booth cluster ticket manager

  #

  boothd = module

+ 

+ # Layer: contrib

+ # Module: kafs

+ #

+ #  kafs - Tools for kAFS

+ #

+ kafs = module

+ 

+ # Layer: contrib

+ # Module: bootupd

+ #

+ #  bootupd - bootloader update daemon

+ #

+ bootupd = module

+ 

+ # Layer: contrib

+ # Module: fdo

+ #

+ #  fdo - fido device onboard protocol for IoT devices

+ #

+ fdo = module

+ 

+ # Layer: contrib

+ # Module: qatlib

+ #

+ #  qatlib - Intel QuickAssist technology library and resources management

+ #

+ qatlib = module

file modified
+44 -2
@@ -1,6 +1,6 @@ 

  # github repo with selinux-policy sources

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

- %global commit 8f7ccc6e2f7fdc36666ae195e6c8a06bb611b862

+ %global commit 10f97f8f911402735ec67cc4704c4061999bd949

  %global shortcommit %(c=%{commit}; echo ${c:0:7})

  

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

  %define CHECKPOLICYVER 3.2

  Summary: SELinux policy configuration

  Name: selinux-policy

- Version: 38.17

+ Version: 38.20

  Release: 1%{?dist}

  License: GPL-2.0-or-later

  Source: %{giturl}/archive/%{commit}/%{name}-%{shortcommit}.tar.gz
@@ -814,6 +814,48 @@ 

  %endif

  

  %changelog

+ * Thu Jun 29 2023 Zdenek Pytela <zpytela@redhat.com> - 38.20-1

+ - Allow httpd tcp connect to redis port conditionally

+ - Label only /usr/sbin/ripd and ripngd with zebra_exec_t

+ - Dontaudit aide the execmem permission

+ - Remove permissive from fdo

+ - Allow sa-update manage spamc home files

+ - Allow sa-update connect to systemlog services

+ - Label /usr/lib/systemd/system/mimedefang.service with antivirus_unit_file_t

+ - Allow nsd_crond_t write nsd_var_run_t & connectto nsd_t

+ - Allow bootupd search EFI directory

+ 

+ * Wed Jun 28 2023 Zdenek Pytela <zpytela@redhat.com> - 38.19-1

+ - Change init_audit_control default value to true

+ - Allow nfsidmapd connect to systemd-userdbd with a unix socket

+ - Add the qatlib  module

+ - Add the fdo module

+ - Add the bootupd module

+ - Set default ports for keylime policy

+ - Create policy for qatlib

+ - Add policy for FIDO Device Onboard

+ - Add policy for bootupd

+ - Add the qatlib module

+ - Add the fdo module

+ - Add the bootupd module

+ 

+ * Mon Jun 26 2023 Zdenek Pytela <zpytela@redhat.com> - 38.18-1

+ - Add support for kafs-dns requested by keyutils

+ - Allow insights-client execmem

+ - Add support for chronyd-restricted

+ - Add init_explicit_domain() interface

+ - Allow fsadm_t to get attributes of cgroup filesystems

+ - Add list_dir_perms to kerberos_read_keytab

+ - Label /var/run/tmpfiles.d/static-nodes.conf with kmod_var_run_t

+ - Allow sendmail manage its runtime files

+ - Allow keyutils_dns_resolver_exec_t be an entrypoint

+ - Allow collectd_t read network state symlinks

+ - Revert "Allow collectd_t read proc_net link files"

+ - Allow nfsd_t to list exports_t dirs

+ - Allow cupsd dbus chat with xdm

+ - Allow haproxy read hardware state information

+ - Add the kafs module

+ 

  * Thu Jun 15 2023 Zdenek Pytela <zpytela@redhat.com> - 38.17-1

  - Label /dev/userfaultfd with userfaultfd_t

  - Allow blueman send general signals to unprivileged user domains

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

- SHA512 (selinux-policy-8f7ccc6.tar.gz) = 2234a484f93f5c1e7bb3af965f0df268bd6b71fc22283c05129a668b6b19274321ec2bc2a903c12fc9297700d95f6f39d1a6bd141880167dbb4740013d7d39ee

+ SHA512 (selinux-policy-10f97f8.tar.gz) = 8bfac2f650e1e6e58a5eae3759a2aa7df7d5b5d953993aa6b618df7a6d4d39f54f9528f4e6cc2b511d64a4873591895211a6741987f0c246823d7a4c65473128

  SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4

- SHA512 (container-selinux.tgz) = f93aa409b515ee588e3116bf115a19314845dc56b3b49bb929cf9e2118e1a90d53500b7f4598baa06ad118d771c86074165d63f1378c173e5ac816e884535e2c

+ SHA512 (container-selinux.tgz) = 6aa042b4a0a223b4c77c6559463392af0a434c0edbb83d30a6182d4e27b23bf537c21b343d85cf68a02682698cf4ca3203cb0bf36e595d05f50cc6ce15456dd0

no initial comment

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/3f07dfb77c434c1f81120e38e1cf7e88

4 new commits added

  • * Wed Jun 28 2023 Zdenek Pytela <zpytela@redhat.com> - 38.19-1
  • Add the qatlib module
  • Add the fdo module
  • Add the bootupd module
a year ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/09936ee846334fbfb980ad7faa17b711

1 new commit added

  • * Thu Jun 29 2023 Zdenek Pytela <zpytela@redhat.com> - 38.20-1
a year ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/47b5ec5e34af4254b0583cd876e45165

Pull-Request has been merged by zpytela

a year ago