DescriptionFixed copying read-only directories
While directory copying, the original code creates top-level directory
with the same permissions as source one. So if source directory is
read-only, the newly created directory is also read-only, and neither files
nor subdirectories can't be created in it
R=rvargas@chromium.org
TEST=Unit test was updated to check such a use case
Committed: https://crrev.com/da4b0f2ba723c28734781887f759a969eea9191a
Cr-Commit-Position: refs/heads/master@{#301332}
Patch Set 1 #
Total comments: 12
Patch Set 2 : SetFullAccess functional moved to SetReadOnly(..., false); comments and asserts changed according t… #
Total comments: 4
Patch Set 3 : Fixed indentation and removed redundant function #
Total comments: 4
Patch Set 4 : Cosmetic changes according to review #
Messages
Total messages: 12 (2 generated)
|