From: Lennart Poettering Date: Fri, 28 Apr 2023 19:05:15 +0000 (+0200) Subject: update TODO X-Git-Tag: v254-rc1~564^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1408912282021d5dfbad4cedc166e5b06685e0b6;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index b7d5813f177..f1c73fefb35 100644 --- a/TODO +++ b/TODO @@ -1224,10 +1224,6 @@ Features: * Add service setting to run a service within the specified VRF. i.e. do the equivalent of "ip vrf exec". -* change SwitchRoot() implementation in PID 1 to use pivot_root(".", "."), as - documented in the pivot_root(2) man page, so that we can drop the /oldroot - temporary dir. - * special case some calls of chase() to use openat2() internally, so that the kernel does what we otherwise do.