From 3a466defd40b2a26f262501263d38461f1721b68 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 9 May 2022 12:17:08 +0200 Subject: [PATCH] update TODO --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index 62f569dd6a..24196fb67f 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