1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
From a40af2433e2f44e1b520ce4b9433e7e0a345e09f Mon Sep 17 00:00:00 2001
From: Colin Ian King <colin.i.king@gmail.com>
Date: Mon, 31 Mar 2025 14:57:31 +0100
Subject: [PATCH] intel_lpmd.service.in: use private tmp file for more security
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Set PrivateTmp=yes
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
data/intel_lpmd.service.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/data/intel_lpmd.service.in b/data/intel_lpmd.service.in
index 33a1712..a87c231 100644
--- a/data/intel_lpmd.service.in
+++ b/data/intel_lpmd.service.in
@@ -12,6 +12,7 @@ BusName=org.freedesktop.intel_lpmd
ExecStart=@sbindir@/intel_lpmd --systemd --dbus-enable
Restart=on-failure
RestartSec=30
+PrivateTmp=yes
[Install]
WantedBy=multi-user.target
--
2.49.0
|