summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-04-04 12:17:16 +0200
committerLennart Poettering <lennart@poettering.net>2023-04-13 06:44:27 +0200
commit99620f457ed0886852ba18c9093b59767299121c (patch)
treecad22f11cb1f4a71cc7101a6547992d65e0d486d /TODO
parent4fb8f1e88322b94b0fa051d3c6fd19cac0227aaa (diff)
downloadsystemd-99620f457ed0886852ba18c9093b59767299121c.tar.gz
service: close fdstore asynchronously
The file descriptors we keep in the fdstore might be basically anything, let's clean it up with our asynchronous closing feature, to not deadlock on close(). (Let's also do the same for stdin/stdout/stderr fds, since they might point to network services these days.)
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 29b1ac6601..19a2535e1b 100644
--- a/TODO
+++ b/TODO
@@ -1479,8 +1479,6 @@ Features:
* maybe rework get_user_creds() to query the user database if $SHELL is used
for root, but only then.
-* be stricter with fds we receive for the fdstore: close them asynchronously
-
* calenderspec: add support for week numbers and day numbers within a
year. This would allow us to define "bi-weekly" triggers safely.