diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-12 02:29:52 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-12 02:29:52 +0200 |
commit | f3cf22b436f8f3e20a9b2f9256ff7c58aa0afda3 (patch) | |
tree | 4acb9a75483d6dbbf9a56d08cadc7273d0cd6156 /TODO | |
parent | the kernel messes with /proc/*/exe (security precaution?), so we read /proc/self/exec when we start the server (diff) | |
download | mds-f3cf22b436f8f3e20a9b2f9256ff7c58aa0afda3.tar.gz mds-f3cf22b436f8f3e20a9b2f9256ff7c58aa0afda3.tar.bz2 mds-f3cf22b436f8f3e20a9b2f9256ff7c58aa0afda3.tar.xz |
misc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -70,4 +70,6 @@ Optimise use of mutexe by replace them with rwlocks Listen for `Command: reregister` Register protocols Make it possible to forbid unauthorised servers for listening, needed for secure password fields + I guess we can let servers create their own abstract sockets, report them to mdsinitrc and + let mdsinitrc export appropriate environment variables. |