summaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-09-07 11:06:06 +0200
committerGuido Günther <agx@sigxcpu.org>2014-09-07 11:06:06 +0200
commit7fd03dc0750ff2ad83ea5774ab2752224a737456 (patch)
treee332bba23890a426a5c87b1b747f416a705dc9de /projects
parent5bd626142d44b44c9060fc75853107aeafa0891e (diff)
update TODOs
Diffstat (limited to 'projects')
-rw-r--r--projects/whatmaps.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/projects/whatmaps.mdwn b/projects/whatmaps.mdwn
index ab842ad..6076895 100644
--- a/projects/whatmaps.mdwn
+++ b/projects/whatmaps.mdwn
@@ -60,13 +60,14 @@ in */etc/apt/apt.conf.d/20services*.
Checkrestart in the [debian-goodies][] package detects processes that need to be restarted by checking if a file was deleted but is still in use by using lsof. You might want to try this one since it is well tested in Debian since 2003. The idea behind whatmaps is to do the lookup on a per package basis so we can let apt decide if it's a security upgrade (based on the origin) and only restart the service in this case.
## TODO
-* More reliable mapping between processes and init scripts
+* <s>More reliable mapping between processes and init scripts</s>
* Better support for daemons in interpreted languages like xend or calendarserver, so far we only detect that /usr/bin/python2.X is affected.
* Check Desktop files (suspend/resume makes them long running) and notify users about affected processes in their session
-* Support for other init systems besides SysV-RC
* Try to runtime inspect python/perl/java for loaded modules using lsof or PTRACE_PEEKDATA
* <s>Apt integration</s>
* <s>Better Fedora support</s>
+* Support for other init systems (filerc, upstart) besides SysV-RC and sytemd
+* DNF/Yum integration
## Author
whatmaps was written by [[Guido Günther|/agx]].