diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-06-06 16:25:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-06-06 16:25:58 +0200 |
commit | 4e09014daf8f98584b3f15e64e93bed232e70a6b (patch) | |
tree | 9c1260f77cd0760601984d12f1afe6ff1dbcad8a | |
parent | b043cd0b7e0e6567d9ce01bf1905337631fe0fc0 (diff) |
update TODO
-rw-r--r-- | TODO | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -26,6 +26,18 @@ Fedora 19: Features: +* cgroup-agent: downgrade error messages + +* document systemd-journal-flush.service properly + +* chane systemd-journal-flush into a service that stays around during + boot, and causes the journal to be moved back to /run on shutdown, + so that we don't keep /var busy. This needs to happen synchronously, + hence doing this via signals is not going to work. + +* allow implementation of InaccessibleDirectories=/ plus + ReadOnlyDirectories=... for whitelisting files for a service. + * libsystemd-journal: - return ECHILD as soon as somebody tries to reuse a journal object across a fork() @@ -33,7 +45,6 @@ Features: - default policy (allow uid == 0 and our own uid) - enforce alignment of pointers passed in - when kdbus doesn't take our message without memfds, try again with memfds - - kdbus: generate correct bloom filter for matches - implement translator service - port systemd to new library - implement busname unit type in systemd @@ -46,7 +57,6 @@ Features: - object vtable logic - longer term: * priority queues - * worker threads * priority inheritance * in the final killing spree, detect processes from the root directory, and |