chiark / gitweb /
update TODO
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 0465d6fa40b59ef404adf9079f0ea3f603252226..a27942ea3c3e99dd5dde2ddb6dd2187c1628b611 100644 (file)
--- a/TODO
+++ b/TODO
@@ -19,6 +19,10 @@ F18:
 
 Features:
 
+* add form factor to /etc/machine-info
+
+* use C11 static_assert() where we currently use assert_cc()
+
 * journald: also get thread ID from client, plus thread name
 
 * check if we can make journalctl by default use --follow mode inside of less if called without args?
@@ -178,8 +182,6 @@ Features:
 
 * nspawn: implement personality changes a la linux32(8)
 
-* nspawn: reset all aux groups
-
 * cryptsetup-generator: warn if the password files are world-readable
 
 * cryptsetup-generator: add RequiresMountsFor= to cryptseup service files referencing a file, similar for devices
@@ -383,7 +385,7 @@ Features:
 
 * Add pretty name for seats in logind
 
-* ConditionSecurity= should learn about IMA
+* ConditionSecurity= should learn about IMA and SMACK
 
 * Auke: merge Auke's bootchart
 
@@ -488,8 +490,6 @@ Features:
 
 * readahead: use BTRFS_IOC_DEFRAG_RANGE instead of BTRFS_IOC_DEFRAG ioctl, with START_IO
 
-* readahead: check whether a btrfs volume includes ssd by checking mount flag "ssd"
-
 * support sd_notify() style notification when reload begins (RELOADING=1), reload is finished (READY=1), and add ReloadSignal= then to use in combination
 
 * support sd_notify() style notification when shutting down, to make auto-exit bus services work (STOPPING=1)