Accepting request 934609 from Base:System

- Remove ProtectKernelTunables from harden_lm_sensors.service.patch,
  breaks service (boo#1193149) (forwarded request 934574 from jsegitz)

OBS-URL: https://build.opensuse.org/request/show/934609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sensors?expand=0&rev=109
This commit is contained in:
Dominique Leuenberger 2021-12-01 19:46:14 +00:00 committed by Git OBS Bridge
commit 138a6c1686
2 changed files with 7 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Index: lm-sensors-3-6-0/prog/init/lm_sensors.service
===================================================================
--- lm-sensors-3-6-0.orig/prog/init/lm_sensors.service
+++ lm-sensors-3-6-0/prog/init/lm_sensors.service
@@ -2,6 +2,16 @@
@@ -2,6 +2,15 @@
Description=Initialize hardware monitoring sensors
[Service]
@ -11,7 +11,6 @@ Index: lm-sensors-3-6-0/prog/init/lm_sensors.service
+ProtectSystem=full
+ProtectHome=true
+ProtectHostname=true
+ProtectKernelTunables=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 29 13:01:09 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Remove ProtectKernelTunables from harden_lm_sensors.service.patch,
breaks service (boo#1193149)
-------------------------------------------------------------------
Tue Nov 16 15:44:52 UTC 2021 - Johannes Segitz <jsegitz@suse.com>