diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-17 04:17:53 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-17 04:17:53 +0200 |
commit | 8351ceaea9480d9c2979aa2ff0f4982cfdfef58d (patch) | |
tree | fc1f94e5a17679960774da386a54d145255e4ef1 /TODO | |
parent | cd96b3b86abb4a88cac2722bdfb6e5d4413f6831 (diff) |
execute: support syscall filtering using seccomp filters
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -33,12 +33,13 @@ Bugfixes: Jul 09 18:22:37 mop [21866]: Process 21865 (systemd) dumped core. Features: + +* use cpp -dM for key mapping too? + * change mount access mode of 0700 or so for debugfs? * logind: wakelock/opportunistic suspend support -* seccomp filters for services - * switch-root: sockets need relabelling * segfault in journalctl during /var migration @@ -60,8 +61,6 @@ Features: * load-fragment: when loading a unit file via a chain of symlinks verify that it isn't masked via any of the names traversed. -* journald: _BOOT_ID triggers too many collisions. - * journald: we currently rotate only after MaxUse+MaxFilesize has been reached. * nspawn: bind mount /var/log/journal from the host @@ -236,8 +235,6 @@ Features: * write RPM spec macros for presets -* journal: extend hash tables as we go - * journal: API for looking for retrieving "all values of this field" * journal: deal nicely with byte-by-byte copied files, especially regards header |