summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2021-10-24 17:00:49 +0100
committerLuca Boccassi <luca.boccassi@microsoft.com>2021-10-24 17:00:49 +0100
commit6dbfbc4667656b51cd03a5db393441710bde4dd9 (patch)
treee703136231d7fcee78f8083cdfd66a2a3106d947
parent8e4de611ebaa6cc0b11fc4508f5600b90c134c36 (diff)
downloadsystemd-6dbfbc4667656b51cd03a5db393441710bde4dd9.tar.gz
TODO: add note about chase_symlink flag
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index a2b44588a2..8eb27496a8 100644
--- a/TODO
+++ b/TODO
@@ -293,6 +293,9 @@ Features:
* special case some calls of chase_symlinks() to use openat2() internally, so
that the kernel does what we otherwise do.
+* add a new flag to chase_symlinks() that stops chasing once the first missing
+ component is found and then allows the caller to create the rest.
+
* make use of new glibc 2.32 APIs sigabbrev_np() and strerrorname_np().
* add /etc/integritytab, to support dm-integrity setups. In particular those