Accepting request 1190949 from security
OBS-URL: https://build.opensuse.org/request/show/1190949 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tpm2.0-abrmd?expand=0&rev=26
This commit is contained in:
commit
7a8ab520dc
@ -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,3 +20,16 @@ Index: tpm2-abrmd-2.4.0/dist/tpm2-abrmd.service.in
|
||||
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 };
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 1 09:39:15 UTC 2024 - Johannes Segitz <jsegitz@suse.com>
|
||||
|
||||
- Update harden_tpm2-abrmd.service.patch to contain necessary SELinux
|
||||
changes (bsc#1209831)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 23 12:31:21 UTC 2023 - Alberto Planas Dominguez <aplanas@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user