[Bug 194425] New: mountd(8): feature enhancement: restrict exports to authorized hosts

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 17 19:16:06 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194425

            Bug ID: 194425
           Summary: mountd(8): feature enhancement: restrict exports to
                    authorized hosts
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: ldang at nahannisys.com

Created attachment 148396
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148396&action=edit
new option to restrict exports in mountd

Currently mountd will return all entries for exports and dump requests. In some
cases it is desirable for these to be restricted to only authorized hosts or
completely hidden.

This feature is available in commercial products, such as EMC
(https://community.emc.com/docs/DOC-7003) and HP-UX.

The attached patch has three options to restrict exports results, using a new
"-x" switch:
* visible = default, all visible
* host = only return results applicable to the host
* hide = fully hidden

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list