NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/58063 CVS commit: src/usr.sbin/mountd



The following reply was made to PR misc/58063; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/58063 CVS commit: src/usr.sbin/mountd
Date: Wed, 27 Mar 2024 00:46:17 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Wed Mar 27 00:46:17 UTC 2024
 
 Modified Files:
 	src/usr.sbin/mountd: exports.5
 
 Log Message:
 exports(5): Revert warning about `-ro' on read/write file systems.
 
 Looks like the nfs server does enforce that after all, in spite of
 the rather oblique commentary in the BUGS section about export
 options being tied to local mount point options with which they must
 be noncontradictory.
 
 And there's no reason in principle it shouldn't enforce this -- it
 just need to block various file system _operations_, rather than the
 subtree issue where the criteria for evaluating whether operations
 are allowed on particular _file handles_ are too painful to
 contemplate.
 
 PR misc/58063
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.33 -r1.34 src/usr.sbin/mountd/exports.5
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index