X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=fixme;h=9152a2521d828d3b698c435c039b0fb0651e7312;hp=374ff4107e9c2211c234a409c456cd66daa176d1;hb=bb00e604097fba830af1dc078d78aff278dfcd37;hpb=d55ae9e6d7a20bb79f60a154bfcf4348dfb06852 diff --git a/fixme b/fixme index 374ff4107..9152a2521 100644 --- a/fixme +++ b/fixme @@ -1,7 +1,5 @@ * calendar time support in timer -* enforce max number of concurrent connection limit in sockets. - * complete dbus exposure * make conf parser work more like .desktop parsers @@ -20,16 +18,12 @@ * "disabled" load state? -* uid are 32bit - * %m in printf() instead of strerror(); * gc: don't reap broken services * iCalendar semantics for the timer stuff (RFC2445) -* provide sysv-like command line utilities - * ability to kill services? i.e. in contrast to stopping them, go directly into killing mode? @@ -53,29 +47,19 @@ * follow property change dbus spec +* make systemd bus activatable (?) + * pam module * selinux -* User= and friends needs to understand %i and similar replacements - -* make systemd bus activatable - -* pin /cgroup/systemd +External: * systemd-sysvinit as package -* install must understand templates - -* upstart fallback in systemctl - -* abstract namespace dbus socket - -* /sbin/shutdown argv[2..] message - -* exec /sbin/telinit from init +* patch /etc/init.d/functions with: -* discuss NOTIFY_SOCKET, make it configurable? security implications? + if [ $PPID -ne 1 && mountpoint /cgroup/systemd ] ; then echo "You suck!" ; fi Regularly: