diff options
author | Evgeny Vereshchagin <evvers@ya.ru> | 2017-02-09 03:31:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-09 03:31:22 +0300 |
commit | 52a4aafb4dd178afae5ce8ceadd852233cac10f3 (patch) | |
tree | f1a0176cacb9f730e9d774d5467c391a18231996 /TODO | |
parent | 2026e39b2d2f9a2951cdf72be53fde1f2dac4c63 (diff) | |
parent | b8076e3d06dd93664969c774444b74be69d15d23 (diff) |
Merge pull request #5270 from poettering/seccomp-namespace-fix
swap seccomp filter params on s390
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ Janitorial Clean-ups: Features: +* set SystemCallArchitectures=native on all our services + * maybe add call sd_journal_set_block_timeout() or so to set SO_SNDTIMEO for the sd-journal logging socket, and, if the timeout is set to 0, sets O_NONBLOCK on it. That way people can control if and when to block for |