Investigate the existing borg FUSE implementation (likely in borg/fuse.py or similar) and understand how file metadata is handled. Review the linked attic issue (#266) for previous discussions on ACLs. Check the comments on this issue for proposed approaches. Identify the specific ACL system calls needed (e.g., getxattr, setxattr) and determine how to integrate them into the current FUSE operations.