]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - TODO
Merge pull request #16142 from poettering/random-seed-cmdline
[thirdparty/systemd.git] / TODO
diff --git a/TODO b/TODO
index 6fae7652344fcd63d8921388cb63a01a650a49ca..c837694d71200c8ec6a904ec58193655e2acd600 100644 (file)
--- a/TODO
+++ b/TODO
@@ -20,20 +20,10 @@ Features:
 * add --copy-from and --copy-to command to systemd-dissect which copies stuff
   in and out of a disk image
 
-* add systemd.random_seed= on the kernel cmdline, taking some hex or base64
-  encoded data. During earliest boot, credit it to entropy. This is not useful
-  for general purpose systems, but certainly for testing environments in VMs
-  and such, as it allows us to boot up instantly with fully initialized entropy
-  pool even if RNG pass-thru is not available.
-
 * Support ProtectProc= or so, using: https://patchwork.kernel.org/cover/11310197/
 
 * if /usr/bin/swapoff fails due to OOM, log a friendly explanatory message about it
 
-* warn if User=nobody is used in a unit file. It's the overflow UID after all,
-  and the service might thus get access to files it really should not get
-  access to on NFS and userns environments.
-
 * build short web pages out of each catalog entry, build them along with man
   pages, and include hyperlinks to them in the journal output
 
@@ -44,7 +34,7 @@ Features:
   anything like that.
 
 * journald: do journal file writing out-of-process, with one writer process per
-  client UID, so tht synthetic hash table collisions can slow down a specific
+  client UID, so that synthetic hash table collisions can slow down a specific
   user's journal stream down but not the others.
 
 * add "throttling" to sd-event event sources: optionally, when we wake up too