continuity
continuity copied to clipboard
verification: ignore some filemode bits
User may want to ignore the permission bits specified in the manifest during verification, for platform-specific reason.
e.g. Create a manifest on Unix and verify it on Windows, and vice versa
This could be implemented as a bitmask like this
$ continuity verify --ignore-mode-bits 0777
@AkihiroSuda Isn't this just a mask?
Yes, it is just a mask. Is it already implemented?
@AkihiroSuda No, but it should be straightforward.