summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-06-06 11:44:58 +0200
committerSven Eden <yamakuzure@gmx.net>2018-08-24 16:47:08 +0200
commite41bee6542e1cc10b0df54dc9a1e49a3f15a02bd (patch)
tree5a67fb833361a364150275ac3d15a77260c79c48 /TODO
parent1e07373c3d73c3e9908bf8901315955c0e7150c2 (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
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