]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - TODO
tree-wide: make use of memory_startswith() at various places
[thirdparty/systemd.git] / TODO
diff --git a/TODO b/TODO
index 32838a4f25f9cc2e64acf225321a41d554c197c0..96d28f8bf06c0775fb8f34b6082a20e93a08dcd7 100644 (file)
--- a/TODO
+++ b/TODO
@@ -24,9 +24,18 @@ Janitorial Clean-ups:
 
 Features:
 
-* nspawn: greater control over hostname, resolv.conf, timezone, rlim
+* document specifiers systemd-sysusers understands in its man page (the way
+  it's already documented in tmpfiles.d(5)' man page)
 
-* nspawn: when operating in a scope, also create /payload subcrgoup
+* add O_TMPFILE support to copy_file_atomic()
+
+* nspawn: greater control over selinux label?
+
+* sd-event: implement inotify events, as we can safely and robustly do that now
+  for any inode without fearing confusion by inodes appearing at multiple
+  places: we can open it with O_PATH first, then store its inode in a hash
+  table, to recognize duplicate watches before creating (and thus corrupting
+  pre-existing ones) them, and using /proc/self/fd/ to add it right after.
 
 * the error paths in usbffs_dispatch_ep() leak memory
 
@@ -45,6 +54,17 @@ Features:
   that our log messages could contain clickable links for example for unit
   files and suchlike we operate on.
 
+* introduce a new SystemCallFilters= group called "@system-service" with a
+  sensible default set for system services, then make use of them in portable
+  profiles
+
+* add support for "portablectl attach http://foobar.com/waaa.raw (i.e. importd integration)
+
+* add attach --enable and attach --now (for attach+enable+start)
+
+* sync dynamic uids/gids between host+portable srvice (i.e. if DynamicUser=1 is set for a service, make sure that the
+  selected user is resolvable in the service even if it ships its own /etc/passwd)
+
 * Fix DECIMAL_STR_MAX or DECIMAL_STR_WIDTH. One includes a trailing NUL, the
   other doesn't. What a desaster. Probably to exclude it. Also
   DECIMAL_STR_WIDTH should probably add an extra "-" into account for negative
@@ -559,7 +579,7 @@ Features:
   - document chaining of signal handler for SIGCHLD and child handlers
   - define more intervals where we will shift wakeup intervals around in, 1h, 6h, 24h, ...
   - generate a failure of a default event loop is executed out-of-thread
-  - maybe add support for inotify events
+  - maybe add support for inotify events (which we can do safely now, with O_PATH)
 
 * investigate endianness issues of UUID vs. GUID