]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - TODO
ethtool: Fix speed in 593022fa377d40d9a645919759b04c53cf4eace8
[thirdparty/systemd.git] / TODO
diff --git a/TODO b/TODO
index 4dd0271b64481c850bf5e4fb3df142ad817c2af1..bc46e33e4781db6bbe494afa4e5433e59e75605d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -24,6 +24,11 @@ Janitorial Clean-ups:
 
 Features:
 
+* add some optional flag to ReadWritePaths= and friends, that has the effect
+  that we create the dir in question when the service is started. Example:
+
+  ReadWritePaths=:/var/lib/foobar
+
 * sort generated hwdb files alphabetically when we import them, so that git
   diffs remain minimal (in particular: the OUI databases we import are not
   sorted, and not stable)
@@ -35,6 +40,9 @@ Features:
   O_NONBLOCK on it. That way people can control if and when to block for
   logging.
 
+* tighten sd_notify() MAINPID= checks a bit: don't accept foreign PIDs (i.e.
+  PIDs not managed by the service manager)
+
 * journald: when we recv a log datagram via the native or syslog transports,
   search for the PID in the active stream connections, and let's make sure to
   always process the datagrams before the streams. Then, cache client metadata