Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Oct 2014 19:16:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 194425] New: mountd(8): feature enhancement: restrict exports to authorized hosts
Message-ID:  <bug-194425-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: ldang@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194425-8>