mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-08 12:49:24 +00:00
Do not fail to start on Dell hardware
For some reason NoNewPrivileges=yes causes the process to be killed when run on hardware specifically from Dell. I can reliably reproduce this on my XPS 13 and I assume it's something to do with libsmbios.
This commit is contained in:
parent
afe00a91e7
commit
3c54edb15e
@ -9,7 +9,6 @@ Type=dbus
|
|||||||
BusName=org.freedesktop.fwupd
|
BusName=org.freedesktop.fwupd
|
||||||
ExecStart=@servicedir@/fwupd/fwupd
|
ExecStart=@servicedir@/fwupd/fwupd
|
||||||
MemoryDenyWriteExecute=yes
|
MemoryDenyWriteExecute=yes
|
||||||
NoNewPrivileges=yes
|
|
||||||
PrivateTmp=yes
|
PrivateTmp=yes
|
||||||
PrivateUsers=yes
|
PrivateUsers=yes
|
||||||
ProtectControlGroups=yes
|
ProtectControlGroups=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user