diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-03-02 15:42:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-02 15:42:03 +0100 |
commit | 6cc7e918ffe2f6a08be2b3ea221b8dbb79e41a97 (patch) | |
tree | 76884a19d76112265527c55eabad9c1e1d233a01 /TODO | |
parent | 7ddcdb6072745fe96dee4df08f5f874c057069e4 (diff) | |
parent | 96fcc89ab507e7daf7da403fd4d8c393a964ca35 (diff) | |
download | systemd-6cc7e918ffe2f6a08be2b3ea221b8dbb79e41a97.tar.gz |
Merge pull request #8314 from poettering/rearrange-stdio
refactor how we rearrange fds for stdin/stdout/stderr
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ Janitorial Clean-ups: Features: +* add proper dbus APIs for the various sd_notify() commands, such as MAINPID=1 + and so on, which would mean we could report errors and such. + * block setrlimit(RLIMIT_NOPROC) (and other per-user limits) in nspawn when userns is not on * nss-systemd: implement enumeration, that shows all dynamic users plus the |