Skip to content

Commit

Permalink
Merge pull request #8132 from thurka/thurka/GCN-5336
Browse files Browse the repository at this point in the history
SYNCHRONIZE permission added to 'readWriteAcl' list
  • Loading branch information
thurka authored Jan 9, 2025
2 parents cb84370 + 36bd525 commit 7fb80d2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ public class TempFileGenerator {
READ_ATTRIBUTES,
WRITE_ATTRIBUTES,
READ_ACL,
WRITE_ACL
WRITE_ACL,
SYNCHRONIZE
);

private final boolean readOnly;
Expand Down

0 comments on commit 7fb80d2

Please sign in to comment.