lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Fri,  1 Oct 2021 07:57:24 -0400
From:   Jeff Layton <jlayton@...nel.org>
To:     linux-man@...r.kernel.org
Cc:     alx.manpages@...il.com, mtk.manpages@...il.com,
        linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
        Jan Kara <jack@...e.cz>
Subject: [PATCH] mount.2: note that mandatory locking is now fully deprecated

This support has been fully removed from the kernel as of v5.15.

Cc: Jan Kara <jack@...e.cz>
Signed-off-by: Jeff Layton <jlayton@...nel.org>
---
 man2/mount.2 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/man2/mount.2 b/man2/mount.2
index bedd39e68a68..a7ae65fb0142 100644
--- a/man2/mount.2
+++ b/man2/mount.2
@@ -195,7 +195,8 @@ this mount option requires the
 .B CAP_SYS_ADMIN
 capability and a kernel configured with the
 .B CONFIG_MANDATORY_FILE_LOCKING
-option.
+option. Mandatory locking has been fully deprecated in v5.15 kernels, so
+this flag should be considered deprecated.
 .TP
 .B MS_NOATIME
 Do not update access times for (all types of) files on this filesystem.
-- 
2.31.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ