Преглед изворни кода

add ACL keys the RobustUnpacker must know about

Thomas Waldmann пре 9 година
родитељ
комит
244303ac66
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      borg/archive.py

+ 1 - 1
borg/archive.py

@@ -595,7 +595,7 @@ Number of files: {0.stats.nfiles}'''.format(self)
 # this set must be kept complete, otherwise the RobustUnpacker might malfunction:
 ITEM_KEYS = set([b'path', b'source', b'rdev', b'chunks',
                  b'mode', b'user', b'group', b'uid', b'gid', b'mtime', b'atime', b'ctime',
-                 b'xattrs', b'bsdflags',
+                 b'xattrs', b'bsdflags', b'acl_nfs4', b'acl_access', b'acl_default', b'acl_extended',
             ])