diff options
author | Martin Matuska <mm@FreeBSD.org> | 2017-02-15 20:00:36 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2017-02-15 20:00:36 +0000 |
commit | b2ee1181b4555230a015f1b8f27a1e7ec3c2bb6e (patch) | |
tree | 1a62c74f48b604d604af29dda6510f2fe638c54b /libarchive/archive_entry_acl.3 | |
parent | 638a0d360a635fb7bb0ada38ef0b3a3bfb16bafc (diff) | |
download | src-b2ee1181b4555230a015f1b8f27a1e7ec3c2bb6e.tar.gz src-b2ee1181b4555230a015f1b8f27a1e7ec3c2bb6e.zip |
Update vendor/libarchive to git 0edabbad1f44641c64fe9d0cbaed27ed93ab38c2
Vendor changes:
Make SCHILY.acl.ace header more compact (NFSv4 ACLs)
Vendor bugfixes:
zip reader integer parsing fix (OSS-Fuzz 556)
spelling fixes (issue #863)
Notes
Notes:
svn path=/vendor/libarchive/dist/; revision=313781
Diffstat (limited to 'libarchive/archive_entry_acl.3')
-rw-r--r-- | libarchive/archive_entry_acl.3 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libarchive/archive_entry_acl.3 b/libarchive/archive_entry_acl.3 index 93707d1ff054..c5115f7274d3 100644 --- a/libarchive/archive_entry_acl.3 +++ b/libarchive/archive_entry_acl.3 @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd December 27, 2016 +.Dd February 15, 2017 .Dt ARCHIVE_ENTRY_ACL 3 .Os .Sh NAME @@ -390,6 +390,13 @@ Prefix each default ACL entry with the word The mask and other ACLs don not contain a double colon. .El .Pp +The following flags are effecive only on NFSv4 ACL: +.Bl -tag -offset indent -compact -width ARCHIV +.It Dv ARCHIVE_ENTRY_ACL_STYLE_COMPACT +Do not output minus characters for unset permissions and flags in NFSv4 ACL +permission and flag fields. +.El +.Pp The following flags are effective on both POSIX.1e and NFSv4 ACL: .Bl -tag -offset indent -compact -width ARCHIV .It Dv ARCHIVE_ENTRY_ACL_STYLE_EXTRA_ID |