]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO 1508/head
authorMichal Sekletar <msekleta@redhat.com>
Fri, 9 Oct 2015 10:17:35 +0000 (12:17 +0200)
committerMichal Sekletar <msekleta@redhat.com>
Fri, 9 Oct 2015 10:21:34 +0000 (12:21 +0200)
TODO

diff --git a/TODO b/TODO
index d399ae9477b1eb3e6843b0e159fdb0ffa12cfa90..ba9ee160ff70badbb2da7fac486b8d6180978b27 100644 (file)
--- a/TODO
+++ b/TODO
@@ -176,14 +176,12 @@ Features:
 * networkd/udev: implement SR_IOV configuration in .link files:
   http://lists.freedesktop.org/archives/systemd-devel/2015-January/027451.html
 
-* When RLIMIT_NPROC is set from a unit file it currently always is set
-  for root, not for the user set in User=, which makes it
-  useless. After fixing this, set RLIMIT_NPROC for
-  systemd-journal-xyz, and all other of our services that run under
-  their own user ids, and use User= (but only in a world where userns
-  is ubiquitous since otherwise we cannot invoke those daemons on the
-  host AND in a container anymore). Also, if LimitNPROC= is used
-  without User= we should warn and refuse operation.
+* Set RLIMIT_NPROC for systemd-journal-xyz, and all other of our
+  services that run under their own user ids, and use User= (but only
+  in a world where userns is ubiquitous since otherwise we cannot
+  invoke those daemons on the host AND in a container anymore). Also,
+  if LimitNPROC= is used without User= we should warn and refuse
+  operation.
 
 * logind: maybe allow configuration of the StopTimeout for session scopes