Bug 42651

Summary: [PATCH] mount([28]) do not document vfs.usermount
Product: Documentation Reporter: Thomas-Martin Seck <tmseck>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description Thomas-Martin Seck 2002-09-11 09:40:01 UTC
Non-root users may be privileged to issue calls to mount(2) by setting the
sysctl vfs.usermount to a nonzero value. Neither this nor the implicit
restrictions (user must own mount point, the nosuid and nodev option are
always set) are documented in mount(2) or mount(8).

Fix: I suggest the following patches (BTW, mount(8) nowadays uses the term
"file system" while mount(2) still uses "filesystem"):
How-To-Repeat: n/a
Comment 1 Joerg Wunsch freebsd_committer freebsd_triage 2003-01-13 19:42:56 UTC
State Changed
From-To: open->closed

Suggested fix applied in rev 1.33 (mount(2)) and 1.54 (mount(8)), 
danke sehr!