From d775d8e6f7a69f5c1d4c63d29877cb5380c14016 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 12 Oct 2020 13:11:55 +0200 Subject: [PATCH] update TODO --- TODO | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 2ef5e9e50d..38b9040477 100644 --- a/TODO +++ b/TODO @@ -20,9 +20,11 @@ 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. +* port selinux code from mallinfo() to mallinfo2() once added to glibc + +* in fd_get_path() if we see (deleted) then do stat and check for st_nlink + +* add support for close_range() added in kernel 5.9 * Add service setting to run a service within the specified VRF. i.e. do the equivalent of "ip vrf exec".