]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update TODO, add mount(8) noauto,auto
authorKarel Zak <kzak@redhat.com>
Tue, 16 May 2017 11:15:11 +0000 (13:15 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 16 May 2017 11:15:11 +0000 (13:15 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index 5b62cdbd683017fa0b74046c03ecb1f35b076f36..defca5a0d907a0c6086c5ec76fe042c328e292f9 100644 (file)
@@ -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.