From: Lennart Poettering Date: Thu, 13 Feb 2025 16:35:59 +0000 (+0100) Subject: update TODO X-Git-Tag: v258-rc1~1350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3329debc939173e4bae83d2f8ee1b72866d02202;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index a92e04f9b6e..add9e3a533b 100644 --- a/TODO +++ b/TODO @@ -125,6 +125,9 @@ Deprecations and removals: Features: +* make "systemd-vmspawn -n" work unprivileged properly, i.e. acquire tap netif + from nsresourced. + * Make run0 forward various signals to the forked process so that sending signals to a child process works rougly the same regardless of whether the child process is spawned via run0 or not.