continuity icon indicating copy to clipboard operation
continuity copied to clipboard

verification: ignore some filemode bits

Open AkihiroSuda opened this issue 8 years ago • 3 comments

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 avatar Feb 16 '17 05:02 AkihiroSuda

@AkihiroSuda Isn't this just a mask?

stevvooe avatar Feb 16 '17 22:02 stevvooe

Yes, it is just a mask. Is it already implemented?

AkihiroSuda avatar Feb 17 '17 04:02 AkihiroSuda

@AkihiroSuda No, but it should be straightforward.

stevvooe avatar Feb 17 '17 23:02 stevvooe