docs: update TODO, add mount(8) noauto,auto

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2017-05-16 13:15:11 +02:00
parent 5e8a508dc4
commit 387d515550
1 changed files with 5 additions and 3 deletions

View 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.