summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar emanuele <emanueleolivetti@web>2017-12-19 14:19:14 +0000
committerGravatar admin <admin@branchable.com>2017-12-19 14:19:14 +0000
commitdbb90a81604981c06e5c289622bac1f2d9573e65 (patch)
tree85d8fceb34206fb784a98d10576f4cc3e491253f
parent9b7d2238532784593dbcaee3c60265c82f92bb76 (diff)
Added a comment
-rw-r--r--doc/bugs/wrong_permissions_of_unused__44___badunused_and_tmpunused__63__/comment_1_ca6b7e3d5d83d2dd6532533ecdb965c3._comment9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/wrong_permissions_of_unused__44___badunused_and_tmpunused__63__/comment_1_ca6b7e3d5d83d2dd6532533ecdb965c3._comment b/doc/bugs/wrong_permissions_of_unused__44___badunused_and_tmpunused__63__/comment_1_ca6b7e3d5d83d2dd6532533ecdb965c3._comment
new file mode 100644
index 000000000..c57394507
--- /dev/null
+++ b/doc/bugs/wrong_permissions_of_unused__44___badunused_and_tmpunused__63__/comment_1_ca6b7e3d5d83d2dd6532533ecdb965c3._comment
@@ -0,0 +1,9 @@
+[[!comment format=mdwn
+ username="emanuele"
+ nickname="emanuele.olivetti"
+ avatar="http://cdn.libravatar.org/avatar/f51cc5c6c3a0eb28faa6491c3cbcfcce"
+ subject="comment 1"
+ date="2017-12-19T14:19:14Z"
+ content="""
+Notice that, if I manually change the permsissions of `unused`, `badunused` and `tmpunused` to `660`, then other another user of the group can do `git annex unused` and `git annex dropunused 1` without errors. Unfortunately, after `git annex unused`, the ownership of `unused`, `badunused` and `tmpunused` changes from the initial user to the new user, and permissions are reset to `600`, which re-creates the initial problem.
+"""]]