Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verification: ignore some filemode bits #49

Open
AkihiroSuda opened this issue Feb 16, 2017 · 3 comments
Open

verification: ignore some filemode bits #49

AkihiroSuda opened this issue Feb 16, 2017 · 3 comments

Comments

@AkihiroSuda
Copy link
Member

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
@stevvooe
Copy link
Member

@AkihiroSuda Isn't this just a mask?

@AkihiroSuda
Copy link
Member Author

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

@stevvooe
Copy link
Member

@AkihiroSuda No, but it should be straightforward.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants