mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
Minor tweaks to zfs.8 man page for POSIX ACLs
* Capitalize POSIX in POSIX ACLs. This change makes the POSIX in POSIX ACLs all caps, which is both correct and consistent with the rest of the man page. * Slightly reword part of zfs.8. I tweaked a sentence to add a missing comma, and as long as I was editing, removed a couple unnecessary words. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: bunder2015 <omfgbunder@gmail.com> Signed-off-by: Richard Laager <rlaager@wiktel.com> Closes #8220
This commit is contained in:
parent
3ec34e5527
commit
06f3fc2a4b
@ -1082,7 +1082,7 @@ accordance to the requested mode from the application.
|
|||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
.Sy aclinherit
|
.Sy aclinherit
|
||||||
property does not apply to posix ACLs.
|
property does not apply to POSIX ACLs.
|
||||||
.It Sy acltype Ns = Ns Sy off Ns | Ns Sy noacl Ns | Ns Sy posixacl
|
.It Sy acltype Ns = Ns Sy off Ns | Ns Sy noacl Ns | Ns Sy posixacl
|
||||||
Controls whether ACLs are enabled and if so what type of ACL to use.
|
Controls whether ACLs are enabled and if so what type of ACL to use.
|
||||||
.Bl -tag -width "posixacl"
|
.Bl -tag -width "posixacl"
|
||||||
@ -1094,8 +1094,8 @@ property set to off then ACLs are disabled.
|
|||||||
an alias for
|
an alias for
|
||||||
.Sy off
|
.Sy off
|
||||||
.It Sy posixacl
|
.It Sy posixacl
|
||||||
indicates posix ACLs should be used. Posix ACLs are specific to Linux and are
|
indicates POSIX ACLs should be used. POSIX ACLs are specific to Linux and are
|
||||||
not functional on other platforms. Posix ACLs are stored as an extended
|
not functional on other platforms. POSIX ACLs are stored as an extended
|
||||||
attribute and therefore will not overwrite any existing NFSv4 ACLs which
|
attribute and therefore will not overwrite any existing NFSv4 ACLs which
|
||||||
may be set.
|
may be set.
|
||||||
.El
|
.El
|
||||||
@ -1104,8 +1104,8 @@ To obtain the best performance when setting
|
|||||||
.Sy posixacl
|
.Sy posixacl
|
||||||
users are strongly encouraged to set the
|
users are strongly encouraged to set the
|
||||||
.Sy xattr=sa
|
.Sy xattr=sa
|
||||||
property. This will result in the posix ACL being stored more efficiently on
|
property. This will result in the POSIX ACL being stored more efficiently on
|
||||||
disk. But as a consequence of this all new extended attributes will only be
|
disk. But as a consequence, all new extended attributes will only be
|
||||||
accessible from OpenZFS implementations which support the
|
accessible from OpenZFS implementations which support the
|
||||||
.Sy xattr=sa
|
.Sy xattr=sa
|
||||||
property. See the
|
property. See the
|
||||||
@ -2161,7 +2161,7 @@ on platforms which do not support the
|
|||||||
feature.
|
feature.
|
||||||
.Pp
|
.Pp
|
||||||
The use of system attribute based xattrs is strongly encouraged for users of
|
The use of system attribute based xattrs is strongly encouraged for users of
|
||||||
SELinux or posix ACLs. Both of these features heavily rely of extended
|
SELinux or POSIX ACLs. Both of these features heavily rely of extended
|
||||||
attributes and benefit significantly from the reduced access time.
|
attributes and benefit significantly from the reduced access time.
|
||||||
.Pp
|
.Pp
|
||||||
The values
|
The values
|
||||||
|
Loading…
Reference in New Issue
Block a user