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:
commit
6d967fb725
@ -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>
|
Wed Oct 30 09:31:48 UTC 2024 - Andreas Vetter <vetter@physik.uni-wuerzburg.de>
|
||||||
|
|
||||||
|
@ -8,7 +8,9 @@ Wants=network-online.target nss-lookup.target
|
|||||||
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
||||||
ProtectSystem=full
|
ProtectSystem=full
|
||||||
ProtectHome=true
|
ProtectHome=true
|
||||||
PrivateDevices=true
|
PrivateDevices=false
|
||||||
|
DevicePolicy=closed
|
||||||
|
DeviceAllow=char-ipmidev rw
|
||||||
ProtectHostname=true
|
ProtectHostname=true
|
||||||
ProtectClock=true
|
ProtectClock=true
|
||||||
ProtectKernelTunables=true
|
ProtectKernelTunables=true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user