summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-11-26 16:18:41 +0100
committerLennart Poettering <lennart@poettering.net>2018-12-01 12:50:45 +0100
commit707b3fbd5732c630d1fd0bab6f6e5b8f7130b322 (patch)
treee39f0470b1451b86989473b0c02b6708f9872c4e /TODO
parent49f3ee7e74c714f55aab395c080b1099fc17f7fd (diff)
downloadsystemd-707b3fbd5732c630d1fd0bab6f6e5b8f7130b322.tar.gz
update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index cafd75a01d..f5c5d6cc22 100644
--- 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