summaryrefslogtreecommitdiffstats
path: root/sbin/mount
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2004-02-10 06:33:29 +0000
committertrhodes <trhodes@FreeBSD.org>2004-02-10 06:33:29 +0000
commit0b5bed49c2b478f7f49324d2e1a3da287c0d8777 (patch)
tree380791df4968c2c653b5003ae86cb2d65eff1673 /sbin/mount
parent40b810244fbce5f951ac0c46dbf1181adb21a0b7 (diff)
downloadFreeBSD-src-0b5bed49c2b478f7f49324d2e1a3da287c0d8777.zip
FreeBSD-src-0b5bed49c2b478f7f49324d2e1a3da287c0d8777.tar.gz
Update to inform users of acls and multilabel options. Add Xrefs to the
more relevant manual pages. PR: 62394 Submitted by: Marc Silver <marcs@draenor.org>
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.821
1 files changed, 20 insertions, 1 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 04782b3..730e6da 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -113,6 +113,12 @@ In case of conflicting options being specified, the rightmost option
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
@@ -140,6 +146,15 @@ When used with the
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.
@@ -453,7 +468,11 @@ file system table
.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
OpenPOWER on IntegriCloud