diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-05-14 14:01:20 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-05-14 14:01:20 +0200 |
commit | 7e853a9b9a858edbc24e6c85d134478cec840173 (patch) | |
tree | 53180c013550292d06dc86fc4633416f0c0a21ab | |
parent | 8060a8b32d9f0c6244dfb6814fb0e339475bcd98 (diff) |
update TODO
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -31,6 +31,11 @@ Features: * read the kernel's console "debug" keyword like we read "quiet" and adjust: systemd.log_level=debug and maybe systemd.log_target=kmsg +* add an option to nspawn that uses seccomp to make socket(AF_NETLINK, + SOCK_RAW, NETLINK_AUDIT) fail the the appropriate error code that + makes the audit userspace to think auditing is not available in the + kernel. + * maybe add "journalctl -k" as shortcut for "-b _TRANSPORT=kernel" * Introduce a way how we can kill the main process of a service with KillSignal, but all processes with SIGKILL later on |