From: Karel Zak Date: Mon, 7 Nov 2016 09:19:16 +0000 (+0100) Subject: docs: update TODO file X-Git-Tag: v2.29~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ac70657674448129aa2385f22feb50c80d71f2;p=thirdparty%2Futil-linux.git docs: update TODO file Signed-off-by: Karel Zak --- diff --git a/Documentation/TODO b/Documentation/TODO index c603fd3f0f..5b62cdbd68 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -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)