]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r180270: Always plan to fix dir permissions if EXTRACT_PERM was
authorkientzle <kientzle@FreeBSD.org>
Wed, 27 Aug 2008 05:10:04 +0000 (05:10 +0000)
committerkientzle <kientzle@FreeBSD.org>
Wed, 27 Aug 2008 05:10:04 +0000 (05:10 +0000)
commit2226cd274e38145f0b8b6c11aa19162fb4096d93
tree83a50701a72f0c3ab4cddc742964d8abc94406fe
parent5d991e7814e4fd544dbdb70c53bddb31d924577c
MFC r180270: Always plan to fix dir permissions if EXTRACT_PERM was
specified.  On filesystems with SysV-style SGID inheritance, the
mode provided to mkdir() isn't necessarily the mode that landed
on the disk, so this is often unavoidable.
lib/libarchive/archive_write_disk.c