diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-02-02 18:17:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-02-02 18:17:39 +0000 |
commit | 21a87f170811daecf92de10e4719e72a9df58b77 (patch) | |
tree | 14b579040f4b6a36b93344e6ea451cad558f8485 | |
parent | fa5df2b10125936667c343ce5d66543b033f8452 (diff) |
discourage use of -n
-rw-r--r-- | sbin/mountd/mountd.8 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8 index 59bd2eac73d..743d3a9cf3d 100644 --- a/sbin/mountd/mountd.8 +++ b/sbin/mountd/mountd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mountd.8,v 1.4 1996/09/11 05:47:40 mickey Exp $ +.\" $OpenBSD: mountd.8,v 1.5 1997/02/02 18:17:38 deraadt Exp $ .\" $NetBSD: mountd.8,v 1.11 1996/02/18 11:57:51 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -73,6 +73,9 @@ Do not require that clients make mount requests from reserved ports. (Normally, only mount requsts from reserved ports are accepted.) This option should only be specified if there are clients, such as PC's, that need it. +The use of +.Fl n +is STRONGLY discouraged, as it opens up a wide range of security problems. .It Ar exportsfile The .Ar exportsfile |