X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=fixme;h=7a0b499b475f7e9c74c69d4f621d99294c5802ef;hb=3d88bf660dae270c051c8319bba62c58a50c9d2b;hp=17a8ef8cfcbd12834f465509be4f9583dfbf1f48;hpb=df1f0afe0c0d044a42ee726fa03730291d7082ee;p=elogind.git diff --git a/fixme b/fixme index 17a8ef8cf..7a0b499b4 100644 --- a/fixme +++ b/fixme @@ -28,8 +28,6 @@ * 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? @@ -51,14 +49,28 @@ * write utmp record a la upstart for processes -* run PAM session stuff +* follow property change dbus spec -* use setproctitle() when forking, before exec() (waiting for (PR_SET_PROCTITLE_AREA to enter the kernel) +* pam module -* follow property change dbus spec +* selinux + +* User= and friends needs to understand %i and similar replacements + +* make systemd bus activatable + +* systemd-sysvinit as package + +* abstract namespace dbus socket + +* discuss NOTIFY_SOCKET, make it configurable? security implications? + +* when reading pid for watching, verify we are parent Regularly: * look for close() vs. close_nointr() vs. close_nointr_nofail() * check for strerror(r) instead of strerror(-r) + +* Use PR_SET_PROCTITLE_AREA if it becomes available in the kernel