Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tpm2.0-abrmd for openSUSE:Factory checked in at 2024-08-02 17:25:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tpm2.0-abrmd (Old) and /work/SRC/openSUSE:Factory/.tpm2.0-abrmd.new.7232 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tpm2.0-abrmd" Fri Aug 2 17:25:40 2024 rev:26 rq:1190949 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/tpm2.0-abrmd/tpm2.0-abrmd.changes 2023-05-24 20:22:23.564190384 +0200 +++ /work/SRC/openSUSE:Factory/.tpm2.0-abrmd.new.7232/tpm2.0-abrmd.changes 2024-08-02 17:25:49.773573926 +0200 @@ -1,0 +2,6 @@ +Thu Aug 1 09:39:15 UTC 2024 - Johannes Segitz <jseg...@suse.com> + +- Update harden_tpm2-abrmd.service.patch to contain necessary SELinux + changes (bsc#1209831) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tpm2.0-abrmd.spec ++++++ --- /var/tmp/diff_new_pack.dmC1rI/_old 2024-08-02 17:25:50.853618464 +0200 +++ /var/tmp/diff_new_pack.dmC1rI/_new 2024-08-02 17:25:50.853618464 +0200 @@ -1,7 +1,7 @@ # # spec file for package tpm2.0-abrmd # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed ++++++ harden_tpm2-abrmd.service.patch ++++++ --- /var/tmp/diff_new_pack.dmC1rI/_old 2024-08-02 17:25:50.881619618 +0200 +++ /var/tmp/diff_new_pack.dmC1rI/_new 2024-08-02 17:25:50.881619618 +0200 @@ -1,7 +1,7 @@ -Index: tpm2-abrmd-2.4.0/dist/tpm2-abrmd.service.in +Index: tpm2-abrmd-3.0.0/dist/tpm2-abrmd.service.in =================================================================== ---- tpm2-abrmd-2.4.0.orig/dist/tpm2-abrmd.service.in -+++ tpm2-abrmd-2.4.0/dist/tpm2-abrmd.service.in +--- tpm2-abrmd-3.0.0.orig/dist/tpm2-abrmd.service.in ++++ tpm2-abrmd-3.0.0/dist/tpm2-abrmd.service.in @@ -6,6 +6,17 @@ After=dev-tpm0.device Requires=dev-tpm0.device @@ -20,4 +20,17 @@ Type=dbus BusName=com.intel.tss2.Tabrmd ExecStart=@SBINDIR@/tpm2-abrmd +Index: tpm2-abrmd-3.0.0/selinux/tabrmd.te +=================================================================== +--- tpm2-abrmd-3.0.0.orig/selinux/tabrmd.te ++++ tpm2-abrmd-3.0.0/selinux/tabrmd.te +@@ -9,7 +9,7 @@ gen_tunable(`tabrmd_connect_all_unreserv + + type tabrmd_t; + type tabrmd_exec_t; +-init_daemon_domain(tabrmd_t, tabrmd_exec_t) ++init_nnp_daemon_domain(tabrmd_t, tabrmd_exec_t) + + allow tabrmd_t self:unix_dgram_socket { create_socket_perms }; +