From: Luca Boccassi Date: Sun, 24 Oct 2021 16:00:49 +0000 (+0100) Subject: TODO: add note about chase_symlink flag X-Git-Tag: v250-rc1~437 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6dbfbc4667656b51cd03a5db393441710bde4dd9;p=thirdparty%2Fsystemd.git TODO: add note about chase_symlink flag --- diff --git a/TODO b/TODO index a2b44588a2e..8eb27496a8d 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