summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-10-07 14:11:46 +0200
committerLennart Poettering <lennart@poettering.net>2020-10-07 14:12:19 +0200
commit816d460a7ce52d8a2a9413d9a3d4d2e66ef080c0 (patch)
tree4de13daa58b12f0232cd6a6d2051cb75c2593869 /TODO
parent1378ac69890c379cc6842e8261ac5755e8f47f20 (diff)
downloadsystemd-816d460a7ce52d8a2a9413d9a3d4d2e66ef080c0.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
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.