summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-09-24 11:35:51 +0200
committerLennart Poettering <lennart@poettering.net>2012-09-24 11:35:51 +0200
commita07fdfa376add41d9101d39db25fb2ecb17d5fca (patch)
tree57fc356c800cdcd51971a193ce94b23dc55da624 /TODO
parent8e41de0d2c468b8a351775b431b9d21f42dd7aaa (diff)
main: don't try to mout cpuset with cpu+cpuacct anymore
Turns out cpuset needs explicit initialization before we could make use of it. Thus mounting cpuset with cpu/cpuacct would make it impossible to just create a group in "cpu" and start it.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO b/TODO
index 77d2375ce4..1fdcd831c8 100644
--- a/TODO
+++ b/TODO
@@ -19,6 +19,12 @@ F18:
Features:
+* cryptsetup-generator: warn if the password files are world-readable
+
+* cryptsetup-generator: add RequiresMountsFor= to cryptseup service files referencing a file, similar for devices
+
+* cryptsetup-generator: allow specification of passwords in crypttab itself
+
* document that deps in [Unit] sections ignore Alias= fileds in
[Install] units of other units, unless those units are disabled