From: Lennart Poettering Date: Mon, 13 Aug 2012 13:39:25 +0000 (+0200) Subject: update TODO X-Git-Tag: v189~90 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=68f160039eb78fe122cfe0d4c49695ae91f6f0d1;p=elogind.git update TODO --- diff --git a/TODO b/TODO index 48d8ba232..8e3cd7fa2 100644 --- a/TODO +++ b/TODO @@ -13,10 +13,6 @@ Bugfixes: - systemd enforces /usr to be available at bootup, so we can enforce the use of the symlink -* remove MS_SHARED from src/core/execute.c and src/test/test-ns.c. They are always combined - with MS_REMOUNT, which currently does nothing in the kernel, but might which fail in the - future; https://bugzilla.redhat.com/show_bug.cgi?id=813563 - * check systemd-tmpfiles for selinux context hookup for mknod(), symlink() and similar * swap units that are activated by one name but shown in the kernel under another are semi-broken @@ -53,11 +49,16 @@ Bugfixes: Features: -* drop PID 1 reloading, only do reexecing +* MountFlags=shared acts as MountFlags=slave right now. -* document that service reload may be implemented as service reexec +* drop PID 1 reloading, only do reexecing (difficult: Reload() + currently is properly synchronous, Reexec() is weird, because we + can't delay the response properly until we are back, so instead of + being properly synchronous we just keep open the fd and close it + when done. That means clients don't get a succesful method reply, + but much rather a disconnect on success. -* systemctl daemon-reexec is borked +* document that service reload may be implemented as service reexec * add option to reconfigure success exit codes/signals for services @@ -78,8 +79,6 @@ Features: * journal: expose current disk usage -* logind: return EBUSY when a session is created on a seat+VT that already has one. - * dracut-shutdown needs to be ordered before unmounting /boot * wiki: document new logind LockSessions() call @@ -102,6 +101,8 @@ Features: * syscall filter: option to return EPERM rather than SIGSYS? +* syscall filter: port to libseccomp + * logind: wakelock/opportunistic suspend support * switch-root: sockets need relabelling @@ -165,8 +166,6 @@ Features: * nspawn: make use of device cgroup contrller by default -* make use of /sys/power/wake_lock in inhibitors - * drop accountsservice's StandardOutput=syslog and Type=dbus fields * when breaking cycles drop sysv services first, then services from /run, then from /etc, then from /usr @@ -297,8 +296,6 @@ Features: * document the exit codes when services fail before they are exec()ed -* rework namespace support, don't use pivot_root, and mount things after creating the namespace, not before - * systemctl journal command * journalctl: --cursor support