diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-04-30 12:35:15 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-04-30 12:35:15 +0200 |
commit | e7e90a8eee056fd12c8ad83470143f7798240dbc (patch) | |
tree | 02742f52dad93b6346d79767f504d448b5138eb9 | |
parent | 696fd1ef4f2f8574e349332a16987c6772641edd (diff) |
update TODO
-rw-r--r-- | TODO | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -49,11 +49,15 @@ Before 220: * introduce argv0array= +* be stricter when validating slice names + Features: -* when detecting kdbus support in busname.c make sure to check kdbus kernel ioctl version +* logind: rename session scope so that it includes the UID. THat way + the session scope can be arranged freely in slices and we don't have + make assumptions about their slice anymore. -* intrdouce sd_pid_get_user_slice() and friends +* when detecting kdbus support in busname.c make sure to check kdbus kernel ioctl version * journalctl: -m should access container journals directly by enumerating them via machined, and also watch containers coming and going. Benefit: nspawn --ephemeral would start working nicely with the journal. |