]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Fri, 18 Nov 2022 13:58:30 +0000 (14:58 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 18 Nov 2022 13:58:30 +0000 (14:58 +0100)
TODO

diff --git a/TODO b/TODO
index 78d8064c9df3eadb5f93aa7b21ed650b3ce4924e..cd80d05e7a0e5ddd2ed9b092e49f64162a0a6a31 100644 (file)
--- a/TODO
+++ b/TODO
@@ -121,6 +121,12 @@ Deprecations and removals:
 
 Features:
 
+* maybe prohibit setuid() to the nobody user, to lock things down, via seccomp.
+  the nobody is not a user any code should run under, ever, as that user would
+  possibly get a lot of access to resources it really shouldn't be getting
+  access to due to the userns + nfs semantics of the user. Alternatively: use
+  the seccomp log action, and allow it.
+
 * sd-boot: add a new PE section .bls or so that carries a cpio with additional
   boot loader entries (both type1 and type2). Then when initializing, find this
   section, iterate through it and populate menu with it. cpio is simple enough