mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 20:57:50 +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
|
||||
ExecStart=@servicedir@/fwupd/fwupd
|
||||
MemoryDenyWriteExecute=yes
|
||||
NoNewPrivileges=yes
|
||||
PrivateTmp=yes
|
||||
PrivateUsers=yes
|
||||
ProtectControlGroups=yes
|
||||
|
Loading…
Reference in New Issue
Block a user