From 387d515550e527ef5d6dacfa3e3536cb13ed1264 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 16 May 2017 13:15:11 +0200 Subject: [PATCH] docs: update TODO, add mount(8) noauto,auto Signed-off-by: Karel Zak --- Documentation/TODO | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/TODO b/Documentation/TODO index 5b62cdbd6..defca5a0d 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -1,9 +1,6 @@ Note that items with (!) have high priority. -- (!) remove usage(stderr) on command line errors (unsupported options, etc.) - - su/runuser ---------- - (!) implement pty container for all su/runuser session (something like @@ -81,6 +78,11 @@ bash completion libmount (mount/umount) ----------------------- + - (!) support "noauto,auto"; now mnt_context_next_mount() follows old mount(8) + behavior and search for "noauto" string. It seems the more correct behavior + would be to use the options as flags (mnt_context_set_user_mflags()) and check + for MNT_MS_NOAUT rather than for a string. + - allow to execute mount(2) in another namespace, something like: mount --namespace=/proc/$n/ns/mnt /dev/sda2 /bar see https://bugzilla.redhat.com/show_bug.cgi?id=1199554 for more details.