borgbackup/src/borg/platform
Thomas Waldmann df2bb8c988
freebsd: fix nfs4 acl processing, fixes #8756
This only happened when:
- using borg extract --numeric-ids
- processing NFS4 ACLs

It didn't affect POSIX ACL processing.

This is rather old code, so it looks like nobody used that
code or the bug was not reported.

The bug was discovered by PyCharm's "Junie" AI. \o/
2025-04-17 15:41:31 +02:00
..
__init__.py macOS: retrieve birthtime in nanosecond precision via system call, fixes #8724 2025-04-12 14:03:48 +02:00
base.py use a custom mkstemp with mode support, fixes #6933, fixes #6400 2022-08-04 14:41:00 +02:00
darwin.pyx macOS: retrieve birthtime in nanosecond precision via system call, fixes #8724 2025-04-12 14:03:48 +02:00
freebsd.pyx freebsd: fix nfs4 acl processing, fixes #8756 2025-04-17 15:41:31 +02:00
linux.pyx Linux: refactor acl_get 2024-04-02 01:38:31 +02:00
posix.pyx Docs grammar fixes 2022-12-29 22:26:54 +00:00
syncfilerange.pyx Move sync_file_range to its own extension 2020-03-01 00:06:04 -05:00
windows.pyx make the user2uid/group2gid win32 hack behave more like the real code (e.g. posix) 2023-01-19 20:07:38 +01:00
xattr.py mypy: ignore attr-defined for errno.ENOATTR/ENODATA 2023-10-10 20:50:25 +02:00