From owner-freebsd-doc@FreeBSD.ORG Fri Feb 6 12:10:17 2004 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2F5E16A4CF for ; Fri, 6 Feb 2004 12:10:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2FF043D39 for ; Fri, 6 Feb 2004 12:10:14 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i16KAEbv009515 for ; Fri, 6 Feb 2004 12:10:14 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i16KAEEl009499; Fri, 6 Feb 2004 12:10:14 -0800 (PST) (envelope-from gnats) Date: Fri, 6 Feb 2004 12:10:14 -0800 (PST) Message-Id: <200402062010.i16KAEEl009499@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Marc Silver Subject: Re: docs/62394: mount(8) man page is missing acls and multilabel options X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Marc Silver List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 20:10:18 -0000 The following reply was made to PR docs/62394; it has been noted by GNATS. From: Marc Silver 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--