From 99620f457ed0886852ba18c9093b59767299121c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 4 Apr 2023 12:17:16 +0200 Subject: 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.) --- TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO') 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. -- cgit v1.2.1