diff options
author | rwatson <rwatson@FreeBSD.org> | 2004-03-26 03:26:15 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2004-03-26 03:26:15 +0000 |
commit | b7e237c3e13b8d808bba3b1adff39963e1a04e89 (patch) | |
tree | f9d7dc313d31d1f07941e6d72aa0bc32a6d5e1e1 | |
parent | 287db31bb76fbb7c65a3e04745aece2a91a3ac4e (diff) | |
download | FreeBSD-src-b7e237c3e13b8d808bba3b1adff39963e1a04e89.zip FreeBSD-src-b7e237c3e13b8d808bba3b1adff39963e1a04e89.tar.gz |
Correct the definition of the multilabel flag: it enables multilabel
MAC support on the file system, if supported, which causes MAC to treat
each object as having its own label, rather than using a single label
for all objects on the file system. This doesn't have to be used in
combination with the tunefs/newfs flags -- it's an alternative.
-rw-r--r-- | sbin/mount/mount.8 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8 index 4d99ddd..af164db 100644 --- a/sbin/mount/mount.8 +++ b/sbin/mount/mount.8 @@ -147,14 +147,19 @@ 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 +Enable multi-label Mandatory Access Control, or MAC, on the specified file +system. +If the file system supports multilabel operation, individual labels will +be maintained for each object in the file system, rather than using a +single label for all obejcts. +An alternative to .Em -l flag in .Xr tunefs 8 . See .Xr mac 4 -for more information. +for more information, which cause the multilabel mount flag to be set +automatically at mount-time. .It Cm noasync Metadata I/O should be done synchronously, while data I/O should be done asynchronously. |