borgbackup / borg

Deduplicating archiver with compression and authenticated encryption.
https://www.borgbackup.org/
Other
10.74k stars 734 forks source link

write ACL tests for FreeBSD #8139

Closed ThomasWaldmann closed 2 months ago

ThomasWaldmann commented 3 months ago

borgbackup has some tests for the platform-specific acl_get and acl_set calls for Linux and macOS, but not yet for FreeBSD.

See there in 1.4-maint branch:

https://github.com/borgbackup/borg/blob/1.4.0b1/src/borg/testsuite/platform.py#L74