]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update TODO file
authorKarel Zak <kzak@redhat.com>
Mon, 7 Nov 2016 09:19:16 +0000 (10:19 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 7 Nov 2016 09:19:16 +0000 (10:19 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index c603fd3f0f367a570fb4215833bd250d18f1fc8f..5b62cdbd683017fa0b74046c03ecb1f35b076f36 100644 (file)
@@ -1,13 +1,18 @@
 
  Note that items with (!) have high priority.
 
-su/runuser:
+- (!) remove usage(stderr) on command line errors (unsupported options, etc.)
+
+
+su/runuser
+----------
   - (!) implement pty container for all su/runuser session (something like
     script(1)) to separate user from the original terminal (see CVE-2016-2779)
 
 - add functions strtime_short(), strtime_iso(), strtime_ctime(), ...
 
-- cleanup lib/path.c:
+cleanup lib/path.c:
+------------------
    - always return rc from all functions
    - introduce control struct and use openat() from top-level path 
      (e.g. top-level is /proc, etc)