From: Karel Zak Date: Mon, 21 Mar 2022 10:50:22 +0000 (+0100) Subject: docs: update TODO X-Git-Tag: v2.38~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b28eab5c92ea41199adc0ff78e02d4496eea19a;p=thirdparty%2Futil-linux.git docs: update TODO Signed-off-by: Karel Zak --- diff --git a/Documentation/TODO b/Documentation/TODO index 65c4fafa09..e1ee613621 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -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 -----