From: Benno Schulenberg Date: Mon, 14 Jul 2014 20:53:35 +0000 (+0200) Subject: docs: mount -o nouser is not useful, be clearer about that X-Git-Tag: v2.25~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08626e33d471fe3ff662c06360925340f92c9c35;p=thirdparty%2Futil-linux.git docs: mount -o nouser is not useful, be clearer about that Signed-off-by: Benno Schulenberg --- diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index 9723c3b931..3609acdaf7 100644 --- a/sys-utils/mount.8 +++ b/sys-utils/mount.8 @@ -852,7 +852,7 @@ a comma-separated list. For example: .RS .RS .sp -.B "mount LABEL=mydisk \-o noatime,nouser" +.B "mount LABEL=mydisk \-o noatime,nodev,nosuid" .sp .RE @@ -1153,7 +1153,7 @@ This option implies the options .TP .B nouser Forbid an ordinary (i.e., non-root) user to mount the filesystem. -This is the default. +This is the default; it does not imply any other options. .TP .B users Allow every user to mount and unmount the filesystem.