From: Lennart Poettering Date: Wed, 6 Jun 2018 09:44:58 +0000 (+0200) Subject: update TODO X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e41bee6542e1cc10b0df54dc9a1e49a3f15a02bd;p=elogind.git update TODO --- diff --git a/TODO b/TODO index d02b2732c..ff38ac307 100644 --- a/TODO +++ b/TODO @@ -68,6 +68,12 @@ Features: numbers. * port systemctl, elogind-inhibit, busctl, … over to format-table.[ch]'s table formatters +* Check that users of inotify's IN_DELETE_SELF flag are using it properly, as + usually IN_ATTRIB is the right way to watch deleted files, as the former only + fires when a file is actually removed from disk, i.e. the link count drops to + zero and is not open anymore, while the latter happens when a file is + unlinked from any dir. + * pid1: lock image configured with RootDirectory=/RootImage= using the usual nspawn semantics while the unit is up