Date: Sat, 21 Jul 2001 10:10:02 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/14712: root has access to NFS mounted directories with maproot=nobody Message-ID: <200107211710.f6LHA2x86992@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/14712; it has been noted by GNATS. From: Mike Barcroft <mike@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/14712: root has access to NFS mounted directories with maproot=nobody Date: Sat, 21 Jul 2001 13:23:29 -0400 Adding to Audit-Trail. On Sat, Jul 21, 2001 at 09:59:54AM -0500, Vladimir V. Egorin wrote: > On Fri, Jul 20, 2001 at 07:32:47PM -0700, mike@FreeBSD.org wrote: > > Synopsis: root has access to NFS mounted directories with maproot=nobody > > > > State-Changed-From-To: open->feedback > > State-Changed-By: mike > > State-Changed-When: Fri Jul 20 19:32:27 PDT 2001 > > State-Changed-Why: > > > > Does this problem still occur in newer versions of FreeBSD, > > such as 4.3-RELEASE? > > > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14712 > > The problem is still there: > > On the NFS server: > # ls -ld /var/test > drwx--x--x 2 root wheel 512 Jul 21 09:55 /var/test > # touch /var/test/file > > On the NFS server: > /var is shared: (/etc/exports) > /var -maproot=nobody > > > On the client: > > # mount -o vers=3 hopper:/var /mnt > # ls /mnt/test > /mnt/test: Permission denied > > > # umount /mnt > # mount -o vers=2 hopper:/var /mnt > # ls /mnt/test > file > > Please let me know if you need any debugging help. > -- > Vladimir To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107211710.f6LHA2x86992>