From: Lennart Poettering Date: Thu, 7 Sep 2017 18:03:55 +0000 (+0200) Subject: update TODO X-Git-Tag: v235~60^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22c8321b09959eebe7bbbf609e9305e0d9a699b8;p=platform%2Fupstream%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index cabba10..9488cd4 100644 --- a/TODO +++ b/TODO @@ -24,6 +24,15 @@ Janitorial Clean-ups: Features: +* 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). + * dissect: when we discover squashfs, don't claim we had a "writable" partition in systemd-dissect