From nobody@FreeBSD.org  Thu Feb  5 09:24:36 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E7D0716A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  5 Feb 2004 09:24:36 -0800 (PST)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 23CB643D31
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  5 Feb 2004 09:24:36 -0800 (PST)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.10/8.12.10) with ESMTP id i15HOZdL019251
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 5 Feb 2004 09:24:35 -0800 (PST)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.10/8.12.10/Submit) id i15HOZ3b019250;
	Thu, 5 Feb 2004 09:24:35 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200402051724.i15HOZ3b019250@www.freebsd.org>
Date: Thu, 5 Feb 2004 09:24:35 -0800 (PST)
From: Eric Anderson <anderson@centtech.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: mount(8) man page is missing acls and multilabel options
X-Send-Pr-Version: www-2.0

>Number:         62394
>Category:       docs
>Synopsis:       mount(8) man page is missing acls and multilabel options
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 05 09:30:07 PST 2004
>Closed-Date:    Mon Feb 09 22:34:39 PST 2004
>Last-Modified:  Mon Feb 09 22:34:39 PST 2004
>Originator:     Eric Anderson
>Release:        5.2-CURRENT
>Organization:
>Environment:
5.2-CURRENT FreeBSD 5.2-CURRENT #6: Wed Jan 28 08:30:18 CST 2004 
>Description:
      Two options (acls and multilabel) are missing from the mount(8) man page.  I'm not sure what the multilabel option does, but the acls option enables Access Control Lists on the subsequent filesystem.
>How-To-Repeat:
      man mount - look for acls or multilabel (not there!).
>Fix:
      
>Release-Note:
>Audit-Trail:

From: Marc Silver <marcs@draenor.org>
To: freebsd-gnats-submit@FreeBSD.org, anderson@centtech.com
Cc:  
Subject: Re: docs/62394: mount(8) man page is missing acls and multilabel options
Date: Fri, 6 Feb 2004 20:05:34 +0000

 --NzB8fVQJ5HfG6fxh
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi there,
 
 I've come up with a minor patch for this.  Not sure if the refrerences
 to the the ACL/MAC pages should go in the SEE ALSO section, but if not,
 they can easily be removed.
 
 Cheers,
 Marc
 
 --NzB8fVQJ5HfG6fxh
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="mount.8-patch"
 
 --- mount.8-orig	Fri Feb  6 21:33:38 2004
 +++ mount.8	Fri Feb  6 22:03:12 2004
 @@ -112,6 +112,12 @@
  takes effect.
  The following options are available:
  .Bl -tag -width indent
 +.It Cm acls
 +Enable Access Control Lists, or ACLS, which can be customized via the
 +.Xr setfacl 1
 +and
 +.Xr getfacl 1
 +commands.
  .It Cm async
  All
  .Tn I/O
 @@ -139,6 +145,15 @@
  flag, this is the same as specifying all the options listed in the
  .Xr fstab 5
  file for the file system.
 +.It Cm multilabel
 +Enable Mandatory Access Control, or MAC.
 +Must be used in conjunction with the
 +.Em -l
 +flag in
 +.Xr tunefs 8 .
 +See
 +.Xr mac 4
 +for more information.
  .It Cm noasync
  Metadata I/O should be done synchronously, while data I/O should be done
  asynchronously.
 @@ -452,7 +467,11 @@
  .Xr mount_udf 8 ,
  .Xr mount_umapfs 8 ,
  .Xr mount_unionfs 8 ,
 -.Xr umount 8
 +.Xr umount 8 ,
 +.Xr acl 3 ,
 +.Xr getfacl 1 ,
 +.Xr setfacl 1 ,
 +.Xr mac 3
  .Sh BUGS
  It is possible for a corrupted file system to cause a crash.
  .Sh CAVEATS
 
 --NzB8fVQJ5HfG6fxh--
Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Fri Feb 6 12:23:01 PST 2004 
Responsible-Changed-Why:  
Take this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62394 
State-Changed-From-To: open->closed 
State-Changed-By: trhodes 
State-Changed-When: Mon Feb 9 22:34:20 PST 2004 
State-Changed-Why:  
Patch committed!  Thanks for the submission. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=62394 
>Unformatted:
