diff options
Diffstat (limited to 'share/man/man9/extattr.9')
| -rw-r--r-- | share/man/man9/extattr.9 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/share/man/man9/extattr.9 b/share/man/man9/extattr.9 index bf79487f8bf4..3ee2ed5e2e83 100644 --- a/share/man/man9/extattr.9 +++ b/share/man/man9/extattr.9 @@ -23,9 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $FreeBSD$ -.\" -.Dd December 23, 1999 +.Dd September 5, 2023 .Dt EXTATTR 9 .Os .Sh NAME @@ -56,6 +54,11 @@ attribute data is protected according the normal discretionary and mandatory protections associated with the data in the file or directory; system attribute data is protected such that appropriate privilege is required to directly access or manipulate these attributes. +By default, processes in a +.Xr jail 8 +cannot access the system attribute data unless the +.Va allow.extattr +configuration parameter is specified. .Pp Reads of extended attribute data may return specific contiguous regions of the meta-data, in the style of @@ -79,8 +82,8 @@ Appropriate vnode extended attribute calls are: and .Xr VOP_SETEXTATTR 9 . .Sh SEE ALSO +.Xr jail 8 , .Xr VFS 9 , -.Xr VFS_EXTATTRCTL 9 , .Xr VOP_GETEXTATTR 9 , .Xr VOP_LISTEXTATTR 9 , .Xr VOP_SETEXTATTR 9 |
