]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - TODO
Merge pull request #12274 from poettering/nss-fixlets
[thirdparty/systemd.git] / TODO
diff --git a/TODO b/TODO
index 61cf38e974fbc8467fcbbf52df1d02deedb638f5..663e4fedd8929b2fcaefab13d2a9b825c799c43a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,8 +4,6 @@ Bugfixes:
   manager or system manager can be always set. It would be better to reject
   them when parsing config.
 
-* Clarify what IPAddress* matches (source, destination, both?)
-
 External:
 
 * Fedora: add an rpmlint check that verifies that all unit files in the RPM are listed in %systemd_post macros.
@@ -34,9 +32,6 @@ Features:
   - Make sure resume= and resume_offset= on the kernel cmdline always take
     precedence
 
-* maybe add a seccomp-based high-level filter that blocks creation of suid/sgid
-  files.
-
 * make MAINPID= message reception checks even stricter: if service uses User=,
   then check sending UID and ignore message if it doesn't match the user or
   root.
@@ -146,9 +141,6 @@ Features:
 * When reloading configuration PID 1 should reset all its properties to the
   original defaults before calling parse_config()
 
-* Add OnTimezoneChange= and OnTimeChange= stanzas to .timer units in order to
-  schedule events based on time and timezone changes.
-
 * nspawn: greater control over selinux label?
 
 * hibernate/s2h: make this robust and safe to enable in Fedora by default.
@@ -830,9 +822,7 @@ Features:
 
 * timer units:
   - timer units should get the ability to trigger when:
-    o CLOCK_REALTIME makes jumps (TFD_TIMER_CANCEL_ON_SET)
     o DST changes
-    o timezone changes
   - Modulate timer frequency based on battery state
 
 * add libsystemd-password or so to query passwords during boot using the password agent logic