summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-03-08 04:05:48 +0100
committerLennart Poettering <lennart@poettering.net>2014-03-08 04:06:04 +0100
commit2a781fc9bd33982c81e5ff75974a442a33d4f167 (patch)
tree272f4d33893d7c006a4ef4a010a32e8783c8ddeb /TODO
parent61331eab0a53cd9b8446eab6d1ebf1a046d8efc1 (diff)
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO b/TODO
index eaadbc3c68..23046e23bc 100644
--- a/TODO
+++ b/TODO
@@ -27,10 +27,12 @@ External:
Features:
+* mount /sys/fs/cgroup read-only (but leave the subdirs writable)
+
* gpt-auto-generator:
- - Define new partition type for encrypted swap
+ - Support LUKS for root devices
+ - Define new partition type for encrypted swap? Support probed LUKS for encrypted swap?
- Make /home automount rather than mount?
- - don't use blkid on every single partition, but on the main disk only
* improve journalctl performance by loading journal files
lazily. Encode just enough information in the file name, so that we
@@ -158,8 +160,6 @@ Features:
Maybe take a BSD lock at the disk device node and teach udev to
check for that and suppress event handling.
-* something pulls in pcre as shared object dependency into our daemons such as hostnamed.
-
* allow implementation of InaccessibleDirectories=/ plus
ReadOnlyDirectories=... for whitelisting files for a service.
@@ -186,6 +186,7 @@ Features:
- introduce sd_bus_emit_object_added()/sd_bus_emit_object_removed() that automatically includes the build-in interfaces in the list
- port to sd-resolve for connecting to TCP dbus servers
- constructors for bus messages should probably not be OK with a NULL bus pointer
+ - sd_bus_escape_label() should probably be reworked into sd_bus_make_bus_path(prefix, external_id)
* sd-event
- allow multiple signal handlers per signal?