docs/62394: mount(8) man page is missing acls and multilabel options
Marc Silver
marcs at draenor.org
Fri Feb 6 20:10:18 UTC 2004
The following reply was made to PR docs/62394; it has been noted by GNATS.
From: Marc Silver <marcs at draenor.org>
To: freebsd-gnats-submit at FreeBSD.org, anderson at 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--
More information about the freebsd-doc
mailing list