From: Lennart Poettering Date: Mon, 9 May 2022 10:17:08 +0000 (+0200) Subject: update TODO X-Git-Tag: v251-rc3~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a466defd40b2a26f262501263d38461f1721b68;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 62f569dd6a9..24196fb67f0 100644 --- a/TODO +++ b/TODO @@ -79,6 +79,11 @@ Janitorial Clean-ups: Features: +* maybe add support for binding and connecting AF_UNIX sockets in the file + system outside of the 108ch limit. When connecting, open O_PATH fd to socket + inode first, then connect to /proc/self/fd/XYZ. When binding, create symlink + to target dir in /tmp, and bind through it. + * tmpfiles: for f/F/w lines, if the argument columns is left unspecified, look for a service credential named after the file path to write to, and load contents to write from there. Usecase: provision arbitrary files from