Accepting request 1083213 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1083213
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ledmon?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2023-04-27 18:01:33 +00:00 committed by Git OBS Bridge
commit e81d4afd15
2 changed files with 10 additions and 5 deletions

View File

@ -1,8 +1,8 @@
Index: ledmon-0.95/systemd/ledmon.service.in
Index: ledmon-0.96/systemd/ledmon.service.in
===================================================================
--- ledmon-0.95.orig/systemd/ledmon.service.in
+++ ledmon-0.95/systemd/ledmon.service.in
@@ -5,6 +5,17 @@ Description=Enclosure LED Utilities
--- ledmon-0.96.orig/systemd/ledmon.service.in
+++ ledmon-0.96/systemd/ledmon.service.in
@@ -5,6 +5,16 @@ Description=Enclosure LED Utilities
WantedBy=multi-user.target
[Service]
@ -11,7 +11,6 @@ Index: ledmon-0.95/systemd/ledmon.service.in
+ProtectSystem=full
+ProtectHome=true
+ProtectHostname=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 26 11:27:18 UTC 2023 - Johannes Segitz <jsegitz@suse.com>
- Don't use ProtectKernelTunables, can break some use cases
(bsc#1210656)
-------------------------------------------------------------------
Tue Feb 28 02:07:16 UTC 2023 - Nicholas Yang <nicholas.yang@suse.com>