containerd / containerd/continuity
verification: ignore some filemode bits
Open
- Dominant language
- Go
- Stars
- 153
- Forks
- 74
- PR merge metrics
- No merged PRs in 30d
Description
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](https://golang.org/src/os/types_windows.go#L31), and vice versa
This could be implemented as a bitmask like this
```console
$ continuity verify --ignore-mode-bits 0777
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.