summaryrefslogtreecommitdiff
path: root/libarchive/archive_disk_acl_freebsd.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix handling of symbolic link ACLsMartin Matuska2021-08-221-5/+15
| | | | | | | | | | On Linux ACLs on symbolic links are not supported. We must avoid calling acl_set_file() on symbolic links as their targets are modified instead. While here, do not try to set default ACLs on non-directories. Fixes #1565
* Fix build on FreeBSD with NFS4 ACLs without ACL_ENTRY_INHERITEDMartin Matuska2018-01-241-0/+2
| | | | Fixes #952
* Encapsulate archive_disk_acl.* in an ARCHIVE_ACL_* ifdefMartin Matuska2017-03-281-0/+3
| | | | This allows debugging and compilation with defines outside of configure.
* Fix compilation on FreeBSD without NFSv4 ACL supportMartin Matuska2017-03-281-1/+1
|
* Unify platform ACL code in single files.Martin Matuska2017-03-281-0/+697
Declare map constants static for better optimization.