Accepting request 1235987 from network

Update the ddclient.service to not conflicts with ipmi devices (forwarded request 1226323 from vlefebvre)

OBS-URL: https://build.opensuse.org/request/show/1235987
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ddclient?expand=0&rev=59
This commit is contained in:
Ana Guerrero 2025-01-09 14:11:12 +00:00 committed by Git OBS Bridge
commit 6d967fb725
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Nov 25 17:03:41 UTC 2024 - Valentin Lefebvre <valentin.lefebvre@suse.com>
- ddclient.service: Do not restrict access to devices, can conflicts
with ipmi. [bsc#1232044]
-------------------------------------------------------------------
Wed Oct 30 09:31:48 UTC 2024 - Andreas Vetter <vetter@physik.uni-wuerzburg.de>

View File

@ -8,7 +8,9 @@ Wants=network-online.target nss-lookup.target
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=true
PrivateDevices=true
PrivateDevices=false
DevicePolicy=closed
DeviceAllow=char-ipmidev rw
ProtectHostname=true
ProtectClock=true
ProtectKernelTunables=true