diff options
author | Toomas Soome <tsoome@me.com> | 2022-09-13 13:14:53 +0300 |
---|---|---|
committer | Toomas Soome <tsoome@me.com> | 2022-09-16 23:01:43 +0300 |
commit | 35a075c30369bda7caecc8d23aaabe61768b4440 (patch) | |
tree | 8c10b7ff2bb53496f17a34a13854e1851b59289e /usr/src/man | |
parent | a713ecffc834d396a2f97329cc26b4d8b7ffe915 (diff) | |
download | illumos-joyent-35a075c30369bda7caecc8d23aaabe61768b4440.tar.gz |
14970 Restrict NFS mountd MOUNTPROC_DUMP to local transports
Reviewed by: Marcel Telka <marcel@telka.sk>
Reviewed by: Gordon Ross <gordon.w.ross@gmail.com>
Approved by: Dan McDonald <danmcd@mnx.io>
Diffstat (limited to 'usr/src/man')
-rw-r--r-- | usr/src/man/man5/nfs.5 | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/usr/src/man/man5/nfs.5 b/usr/src/man/man5/nfs.5 index d53d7bfe98..3788ac5f82 100644 --- a/usr/src/man/man5/nfs.5 +++ b/usr/src/man/man5/nfs.5 @@ -19,8 +19,9 @@ .\" Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved. .\" Copyright 2016 Nexenta Systems, Inc. .\" Copyright 2020 Joyent, Inc. +.\" Copyright 2022 RackTop Systems. .\" -.Dd November 22, 2021 +.Dd September 15, 2022 .Dt NFS 5 .Os .Sh NAME @@ -195,6 +196,15 @@ should listen. The default value is .Li 0 , which means it should use a default binding. +.It Sy mountd_remote_dump Ns = Ns Ar boolean +Should +.Nm mountd +respond to remote +.Sy MOUNTPROC_DUMP +queries to read the list of remote mounts. +The default value is +.Li false , +which means only queries from local host will be allowed. .It Sy statd_port Ns = Ns Ar num The IP port number on which .Nm statd |