diff options
author | Jan Synacek <jan.synacek@gmail.com> | 2017-09-26 16:07:34 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-09-26 16:07:34 +0200 |
commit | 0cde65e263643cf00a6b29c3178c9a73724da812 (patch) | |
tree | dd636232aeaba10d01545c145594f3df54a82a49 /TODO | |
parent | Merge pull request #6917 from keszybz/restore-some-tests (diff) | |
parent | basic/log: fix return value from log_struct_iovec_internal() (diff) | |
download | systemd-0cde65e263643cf00a6b29c3178c9a73724da812.tar.xz systemd-0cde65e263643cf00a6b29c3178c9a73724da812.zip |
test-cpu-set-util.c: fix typo in comment (#6916)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |