diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-09-26 18:00:38 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-09-26 18:00:38 +0200 |
commit | 81f84b33dae12842dcbf935e3e0f94b974df9c8d (patch) | |
tree | b57980a861e828902f60cd4fc661611ff5bd7b27 | |
parent | execute: let's close glibc syslog channels too (diff) | |
download | systemd-81f84b33dae12842dcbf935e3e0f94b974df9c8d.tar.xz systemd-81f84b33dae12842dcbf935e3e0f94b974df9c8d.zip |
update TODO
-rw-r--r-- | TODO | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -26,12 +26,6 @@ Features: * replace all uses of fgets() + LINE_MAX by read_line() -* fix logging in execute.c: extend log.c to have an optional mode where - log_open() is implicitly done before each log line and log_close() right - after. This way we don't have open fds around but logs will still - work. Because it is slow this mode should used exclusively in the execute.c - case. - * set IPAddressDeny=any on all services that shouldn't do networking (possibly combined with IPAddressAllow=localhost). |