From aa61fe48e5da482062661bc9bb1535f5c72775d8 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Tue, 29 Oct 2024 16:32:34 +0100 Subject: [PATCH] NEWS: be less misleading since systemd-run does not support ExtraFileDescriptors= yet --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d3a287d1bb..da4c34ca3e 100644 --- a/NEWS +++ b/NEWS @@ -207,7 +207,7 @@ CHANGES WITH 257 in spe: * PID 1 will now optionally load a policy for the new Linux IPE LSM at boot. - * Transient services (like those started with systemd-run) may now + * Transient services (StartTransientUnit() D-Bus method) may now receive additional, arbitrary file descriptors to pass to executed service processes on activation using the new ExtraFileDescriptor= unit property.