summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-04-28 21:05:15 +0200
committerLennart Poettering <lennart@poettering.net>2023-05-03 17:55:55 +0200
commit1408912282021d5dfbad4cedc166e5b06685e0b6 (patch)
tree6919ab60ef0d164408842444f8f19271a1d35786 /TODO
parent9a22b098d257d2ab50b39b390cdea07f94616294 (diff)
downloadsystemd-1408912282021d5dfbad4cedc166e5b06685e0b6.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index b7d5813f17..f1c73fefb3 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.