summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJan Synacek <jan.synacek@gmail.com>2017-09-26 16:07:34 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2017-09-26 16:07:34 +0200
commit0cde65e263643cf00a6b29c3178c9a73724da812 (patch)
treedd636232aeaba10d01545c145594f3df54a82a49 /TODO
parentMerge pull request #6917 from keszybz/restore-some-tests (diff)
parentbasic/log: fix return value from log_struct_iovec_internal() (diff)
downloadsystemd-0cde65e263643cf00a6b29c3178c9a73724da812.tar.xz
systemd-0cde65e263643cf00a6b29c3178c9a73724da812.zip
test-cpu-set-util.c: fix typo in comment (#6916)
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2de99823a8..b638ab95c8 100644
--- a/TODO
+++ b/TODO
@@ -26,6 +26,15 @@ 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).
+
* dissect: when we discover squashfs, don't claim we had a "writable" partition
in systemd-dissect