]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 10935/head
authorLennart Poettering <lennart@poettering.net>
Mon, 26 Nov 2018 15:18:41 +0000 (16:18 +0100)
committerLennart Poettering <lennart@poettering.net>
Sat, 1 Dec 2018 11:50:45 +0000 (12:50 +0100)
TODO

diff --git a/TODO b/TODO
index cafd75a01daa5c3952b7ad0b183062d9be530c4c..f5c5d6cc222985c1e7311dcd43f2e27699d223dc 100644 (file)
--- a/TODO
+++ b/TODO
@@ -23,7 +23,9 @@ Janitorial Clean-ups:
 
 Features:
 
-* when we fork off generators and such, lower LIMIT_NOFILE soft limit to 1K
+* Maybe introduce a helper safe_exec() or so, which is to execve() which
+  safe_fork() is to fork(). And then make revert the RLIMIT_NOFILE soft limit
+  to 1K implicitly, unless explicitly opted-out.
 
 * rework seccomp/nnp logic that that even if User= is used in combination with
   a seccomp option we don't have to set NNP. For that, change uid first whil