From 816d460a7ce52d8a2a9413d9a3d4d2e66ef080c0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 7 Oct 2020 14:11:46 +0200 Subject: [PATCH] update TODO --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 9bfaddb08f..a267f2686e 100644 --- a/TODO +++ b/TODO @@ -20,6 +20,13 @@ Janitorial Clean-ups: Features: +* Provide a tool to hook into CONFIG_STATIC_USERMODEHELPER in the kernel, so + that we can collect all usermode helper calls and spawn them as regular + services. + +* Add service setting to run a service within the specified VRF. i.e. do the + equivalent of "ip vrf exec". + * systemd-analyze syscall-filter should show a list of syscalls listed in @known but not in other groups (at least at debug level), since they are candidates to be added to them.