From 3c54edb15ec3a42f100c08d0bc18e4af2af56cc2 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 17 Feb 2017 13:52:51 +0000 Subject: [PATCH] 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. --- data/fwupd.service.in | 1 - 1 file changed, 1 deletion(-) diff --git a/data/fwupd.service.in b/data/fwupd.service.in index 729d0064c..d863f6fe9 100644 --- a/data/fwupd.service.in +++ b/data/fwupd.service.in @@ -9,7 +9,6 @@ Type=dbus BusName=org.freedesktop.fwupd ExecStart=@servicedir@/fwupd/fwupd MemoryDenyWriteExecute=yes -NoNewPrivileges=yes PrivateTmp=yes PrivateUsers=yes ProtectControlGroups=yes