From faf2534942862b35b8427f348c01c60d6b8b8944 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 12 Aug 2021 07:15:28 +0200 Subject: [PATCH] mount_namespaces.7: tfix Signed-off-by: Michael Kerrisk --- man7/mount_namespaces.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/mount_namespaces.7 b/man7/mount_namespaces.7 index a5e56325c..44bf76740 100644 --- a/man7/mount_namespaces.7 +++ b/man7/mount_namespaces.7 @@ -149,7 +149,7 @@ attempting to unlink, rename, or remove a file or directory that was a mount point in another mount namespace would result in the error .BR EBUSY . That behavior had technical problems of enforcement (e.g., for NFS) -and permitted denial-of-service attacks against more privileged users. +and permitted denial-of-service attacks against more privileged users (i.e., preventing individual files from being updated by bind mounting on top of them). .\"