6c16581c1925c2e0bf3baaa16d25ca52b563d1f3
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 3"""
4  date="2022-02-24T16:34:51Z"
5  content="""
6 Looks like, while init does run the freeze hook in its test,
7 as well as trying to remove the write bits (which it always does, freeze
8 hook or no freeze hook), it still checks if the file's write permissions
9 got removed.
10
11 I think that, in order to support filesystems where chmod -w has no effect,
12 init should skip looking at perms when there is a freeze hook. It can
13 still check that freezing prevents writing to a file.
14 """]]