chiark / gitweb /
service: when we supervise a process, ensure it is our child
[elogind.git] / fixme
diff --git a/fixme b/fixme
index e39e7251dc6e51a581d54685850b5a2010f3cce7..792647b9323c94194537c851ce45b8c977b1074d 100644 (file)
--- 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?
 
 
 * write utmp record a la upstart for processes
 
-* run PAM session stuff
+* follow property change dbus spec
+
+* pam module
 
-* tcpwrap
+* selinux
 
-* use setproctitle() when forking, before exec() (waiting for (PR_SET_PROCTITLE_AREA to enter the kernel)
+* User= and friends needs to understand %i and similar replacements
 
-* s/maintainance/maintenance/
+* make systemd bus activatable
 
-* follow property change dbus spec
+* systemd-sysvinit as package
+
+* abstract namespace dbus socket
+
+* discuss NOTIFY_SOCKET, make it configurable? security implications?
 
 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