Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2023 10:01:38 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: e8fc6a9980d9 - main - extattr.9: Improve the fragment about jail(8)
Message-ID:  <202309051001.385A1cwr046526@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/src/commit/?id=e8fc6a9980d9367f6fd4fee795a35e104104397e

commit e8fc6a9980d9367f6fd4fee795a35e104104397e
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2023-09-05 09:59:35 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2023-09-05 09:59:35 +0000

    extattr.9: Improve the fragment about jail(8)
    
    Fixes:          315d7bbbb4e4 extattr(9): Mention system namespace restrictions
    MFC after:      1 week
---
 share/man/man9/extattr.9 | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/share/man/man9/extattr.9 b/share/man/man9/extattr.9
index dc919bf4e056..3ee2ed5e2e83 100644
--- a/share/man/man9/extattr.9
+++ b/share/man/man9/extattr.9
@@ -23,7 +23,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd September 1, 2023
+.Dd September 5, 2023
 .Dt EXTATTR 9
 .Os
 .Sh NAME
@@ -54,9 +54,10 @@ 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
+By default, processes in a
 .Xr jail 8
-can not access to the system attribute data unless allow.extattr
+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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309051001.385A1cwr046526>