chiark / gitweb /
update TODO
authorLennart Poettering <lennart@poettering.net>
Tue, 14 May 2013 12:01:20 +0000 (14:01 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 14 May 2013 12:01:20 +0000 (14:01 +0200)
TODO

diff --git a/TODO b/TODO
index 6fa88255a7c5e065b9e5c0da07bc508663c6da1c..62016e1e43f04fc9fe9147e79b565c8829557422 100644 (file)
--- a/TODO
+++ b/TODO
@@ -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