containerd / containerd/continuity

verification: ignore some filemode bits

Open
#49 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.