Skip to content

Commit 8a36d8d

Browse files
FuseOperations.enable_acl = True
1 parent 36ba660 commit 8a36d8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/borg/fuse.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,8 @@ def _process_inner(self, name, parent_inode):
454454
class FuseOperations(llfuse.Operations, FuseBackend):
455455
"""Export archive as a FUSE filesystem"""
456456

457+
enable_acl = True
458+
457459
def __init__(self, manifest, args, decrypted_repository):
458460
llfuse.Operations.__init__(self)
459461
FuseBackend.__init__(self, manifest, args, decrypted_repository)

0 commit comments

Comments
 (0)