Bug 7172 - [PATCH] Explain confusing mount behavior in man pages
Summary: [PATCH] Explain confusing mount behavior in man pages
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-doc (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-07-05 12:10 UTC by Stefan Eggers
Modified: 1998-07-09 06:51 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (588 bytes, patch)
1998-07-05 12:10 UTC, Stefan Eggers
no flags Details | Diff
file.diff (581 bytes, patch)
1998-07-05 12:10 UTC, Stefan Eggers
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Eggers 1998-07-05 12:10:01 UTC
	Mounting on a directory with permissions 0700 leads to the
links . and .. in the mounted filesystem to be inaccessible to non-
owners.  This is confusing and should have been documented in the
mount man pages.

Fix: Here are patches for mount(2) and mount(8) which add some
explanation under BUGS.  I think that's the appropriate place as it
can't be the intended one.
How-To-Repeat: 
	Try such a mount and then as a mere user try accessing .. in
the newly mounted filesystem.  Have fun.
Comment 1 Poul-Henning Kamp freebsd_committer freebsd_triage 1998-07-07 10:51:30 UTC
State Changed
From-To: open->suspended

awaiting committer 
Comment 2 Joseph Koshy freebsd_committer freebsd_triage 1998-07-09 06:48:03 UTC
State Changed
From-To: suspended->closed

Fixed in rev 1.23 of "mount.8", thanks!  I felt mount(8) was a more 
appropriate place for this doc path than mount(2).