3 subject="""comment 3"""
4 date="2022-02-24T16:34:51Z"
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
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.