diff options
author | Karel Zak | 2017-05-16 13:15:11 +0200 |
---|---|---|
committer | Karel Zak | 2017-05-16 13:15:11 +0200 |
commit | 387d515550e527ef5d6dacfa3e3536cb13ed1264 (patch) | |
tree | 3da839a699610f9cea9d2e3e94f3481a5f19d9b0 /Documentation | |
parent | docs: update v2.30-ReleaseNotes (diff) | |
download | kernel-qcow2-util-linux-387d515550e527ef5d6dacfa3e3536cb13ed1264.tar.gz kernel-qcow2-util-linux-387d515550e527ef5d6dacfa3e3536cb13ed1264.tar.xz kernel-qcow2-util-linux-387d515550e527ef5d6dacfa3e3536cb13ed1264.zip |
docs: update TODO, add mount(8) noauto,auto
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/TODO | 8 |
1 files 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. |