X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=TODO;h=8339b93ca7569ef52b23e17f35a248e1614e35f9;hp=b54aa61e1c1ecb0f4b037dbd9da49ddf6afbef20;hb=9eec671331adeb3f9a81b390758000364388a042;hpb=29a6c2d02088ff0b5da51b4d9ffe714b106de2f1 diff --git a/TODO b/TODO index b54aa61e1..8339b93ca 100644 --- a/TODO +++ b/TODO @@ -37,6 +37,8 @@ External: Features: +* logind: when the power button is pressed short, just popup a logout dialog. If it is pressed for 1s, do the usual shutdown. Inspiration are Macs here. + * optionally support running journald from the command line for testing purposes in external projects * journald: allow per-priority and per-service retention times when rotating/vacuuming @@ -161,7 +163,6 @@ Features: * support empty /etc boots nicely: - nspawn/gpt-generator: introduce new gpt partition type for /usr - fstab-generator: support systemd.volatile=yes|no|state on the kernel cmdline, too, similar to nspawn's --volatile= - - fstab-generator: add support for usr= in addition to root= on the kernel cmdline * generator that automatically discovers btrfs subvolumes, identifies their purpose based on some xattr on them. @@ -285,6 +286,8 @@ Features: ReadOnlyDirectories=... for whitelisting files for a service. * sd-bus: + - kdbus: maybe add euid, egid, fsuid, fsgid, controlling tty and ppid metadata fields + - see if we can introduce a new sd_bus_get_owner_machine_id() call to retrieve the machine ID of the machine of the bus itself - when kdbus does not take our message without memfds, try again with memfds - systemd-bus-proxyd needs to enforce good old XML policy - allow updating attach flags during runtime @@ -323,8 +326,6 @@ Features: * maybe add a generator that looks for "systemd.run=" on the kernel cmdline for container usercases... -* timedatectl: print a nicer message when enabling ntp fails because ntpd/chrony are not installed - * cgtop: make cgtop useful in a container * test/: @@ -405,7 +406,7 @@ Features: * service: watchdog logic: for testing purposes allow ping, but do not require pong * journal: - - consider introducing implicit _TTY= field + - consider introducing implicit _TTY= + _PPID= + _EUID= + _EGID= + _FSUID= + _FSGID= fields - import and delete pstore filesystem content at startup - journald: also get thread ID from client, plus thread name - journal: when waiting for journal additions in the client always sleep at least 1s or so, in order to minimize wakeups @@ -432,7 +433,6 @@ Features: - refuse taking lower-case variable names in sd_journal_send() and friends. - journald: we currently rotate only after MaxUse+MaxFilesize has been reached. - journal: deal nicely with byte-by-byte copied files, especially regards header - - journal: store euid in journal if it differs from uid - journal: sanely deal with entries which are larger than the individual file size, but where the components would fit - Replace utmp, wtmp, btmp, and lastlog completely with journal - journalctl: instead --after-cursor= maybe have a --cursor=XYZ+1 syntax? @@ -492,15 +492,6 @@ Features: - when parsing calendar timestamps support the UTC timezone (even if we will not support arbitrary timezone specs, support UTC itself certainly makes sense), also support syntaxes such as +0200 - Modulate timer frequency based on battery state -* update the kernel's TZ (sys_tz) when DST changes - -* sync down the system time to the RTC when: - - CLOCK_REALTIME makes jumps (the user explicitely requested a time set) - - DST/timezone changes && ntp is active && RTC-in-localtime (never do it without ntp) - This takes care of syncing ntpdate updates to the RTC, and DST updates for localtime - mode, it will never touch the RTC if the no reliable time source is active or the - user did not request anything like it. - * add libsystemd-password or so to query passwords during boot using the password agent logic * 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(). @@ -677,8 +668,6 @@ Features: * fingerprint.target, wireless.target, gps.target, netdevice.target -* drop cap bounding set in readahead and other services - * systemd-python: - figure out a simple way to wait for journal events in a way that works with ^C