X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=TODO;h=06cfcaa7b420cd0f6e9455055b97d64455afb917;hb=4af113f9971217991cce51b45f15bdce22ee45e2;hp=39f6dd1e7978f2a98557c636f4d4d2d8a68be767;hpb=1cb88f2c61f590083847d65cd5a518e834da87d3;p=elogind.git diff --git a/TODO b/TODO index 39f6dd1e7..06cfcaa7b 100644 --- a/TODO +++ b/TODO @@ -19,6 +19,28 @@ F18: Features: +* introduce new "journal" group in place of adm? introduce groups for the various mini daemons? + +* journal: add a setgid "adm" utility to invoke from libsystemd-journal, which passes fds via STDOUT and does PK access + +* link up selected blog stories from man pages? + +* journactl: support negative filtering, i.e. FOOBAR!="waldo" + +* drop header/footer from systemctl --failed output if there are no entries shown, print nice message instead, and hook that into ExecStartPre of rescue.service/emergency.service + +* add libsystemd-password or so to query passwords during boot using the password agent logic + +* journal: when rotating, copy over old acls/access mode + +* journal: document why we do not give ownership to journal files to the user that created them but use FS ACLs for that + +* journal: send out marker messages every now and then, and immediately sync with fdatasync() afterwards, in order to have hourly guaranteed syncs. + +* journal: when we haven't written anything in a while, sync to disk and mark file as offline, in order to be more often than not in a clean state + +* journal-send.c, log.c: when the log socket is clogged, and we drop, count this and write a message about this when it gets unclogged again. + * If we show an error about a unit (such as not showing up) and it has no Description string, then show a description string generated form the reverse of unit_name_mangle(). * fedup: add --unit to systemctl switch-root somehow @@ -459,9 +481,12 @@ Features: - remote access - how to pass throw-away units to systemd, or dynamically change properties of existing units - how to integrate cgconfig and suchlike with systemd - - resource control in systemd - testing with Harald's awesome test kit - auto-restart + - how to make use of the journal submission APIs + - same for journal browsing + - the journal HTTP iface + - non-cgroup resource management * allow port=0 in .socket units