#349 * Tue Jun 27 2023 Zdenek Pytela <zpytela@redhat.com> - 38.19-1
Merged a year ago by zpytela. Opened a year ago by zpytela.
rpms/ zpytela/selinux-policy rawhide  into  rawhide

@@ -2733,3 +2733,24 @@ 

  #  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
+16 -2
@@ -1,6 +1,6 @@ 

  # github repo with selinux-policy sources

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

- %global commit babc97bc83af7be306fcfaac65485faa09edfe89

+ %global commit 53710b6d1b141a4c07e737f11ca6855252829a5b

  %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.18

+ Version: 38.19

  Release: 1%{?dist}

  License: GPL-2.0-or-later

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

  %endif

  

  %changelog

+ * Tue Jun 27 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

+ 

  * Sun Jun 25 2023 Zdenek Pytela <zpytela@redhat.com> - 38.18-1

  - Add support for kafs-dns requested by keyutils

  - Allow insights-client execmem

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

- SHA512 (selinux-policy-babc97b.tar.gz) = b2dc71285db4935e2d4ed4f0c5d0944fb352309545450044883ff316e5eb9aae9478859be73cce0d8e223363b807e9f9ea3119646baa60b8a25a4b2955fdc2eb

- SHA512 (container-selinux.tgz) = 62068feb8c4820e32dea362c5fc24bc370eb9fb29cf78dd2462c5f41e7d00351a87e8936cc7a1b3e6ba0a5bec5ec5db8c3210b5417165ca178bf98d04c857aaf

+ SHA512 (selinux-policy-53710b6.tar.gz) = 1ba54b34fa85d792a525834c0a4b3dd10b1eec1c91041af075039ffbd7d66d138a2d48f9ba7a253c63c91aa847fce2eeb338a5faba16efa0e4f1ad2d1472285a

  SHA512 (macro-expander) = 243ee49f1185b78ac47e56ca9a3f3592f8975fab1a2401c0fcc7f88217be614fe31805bacec602b728e7fcfc21dcc17d90e9a54ce87f3a0c97624d9ad885aea4

+ SHA512 (container-selinux.tgz) = 30aa87e1bbaba2b20ab244cd41cca1068452ac4e88238b9d3400c95135e164731b817ace241f9e7a0bc99837cb917f03f1fd9ba589a88f0484fce283ed5c3e54

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/1361b44eaee84b6d8365d2210dcecfd7

Pull-Request has been merged by zpytela

a year ago