attr.7: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-22 09:01:08 +02:00
parent ca7d9e3443
commit 5ee7f61c3e
1 changed files with 8 additions and 4 deletions

View File

@ -86,7 +86,9 @@ Read and write access permissions to security attributes depend on the
policy implemented for each security attribute by the security module.
When no security module is loaded, all processes have read access to
extended security attributes, and write access is limited to processes
that have the CAP_SYS_ADMIN capability.
that have the
.B CAP_SYS_ADMIN
capability.
.SS Extended system attributes
Extended system attributes are used by the kernel to store system
objects such as Access Control Lists and Capabilities.
@ -95,7 +97,9 @@ access permissions to system attributes depend on the policy implemented
for each system attribute implemented by filesystems in the kernel.
.SS Trusted extended attributes
Trusted extended attributes are visible and accessible only to processes that
have the CAP_SYS_ADMIN capability (the super user usually has this
have the
.B CAP_SYS_ADMIN
capability (the super user usually has this
capability).
Attributes in this class are used to implement mechanisms in user
space (i.e., outside the kernel) which keep information in extended attributes
@ -156,5 +160,5 @@ independent format.
.\" and the SGI XFS development team,
.\" .RI < linux-xfs@oss.sgi.com >.
.SH SEE ALSO
getfattr(1),
setfattr(1)
.BR getfattr (1),
.BR setfattr (1)