]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update TODO
authorKarel Zak <kzak@redhat.com>
Mon, 21 Mar 2022 10:50:22 +0000 (11:50 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 21 Mar 2022 10:50:22 +0000 (11:50 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index 65c4fafa091331443c5d51e1ee225562f88cbd06..e1ee6136213ce5a19b1bb6669b29752bc8abb1b0 100644 (file)
@@ -103,6 +103,10 @@ libmount (mount/umount)
    of the FS is created. https://github.com/util-linux/util-linux/issues/448
    (... just idea, maybe wrong idea)
 
+ - Extend mount(8) command line for mount flags modification without remount:
+   "mount modify --clear noexec --set nodev,private,ro /mnt"
+   This functionality should be implemented by mount_setattr() syscall.
+
 partx
 -----