Skip to content

Commit

Permalink
parse: accept idmap
Browse files Browse the repository at this point in the history
needed by containers/podman#12298

Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Nov 15, 2021
1 parent ca3c041 commit b8ce155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/parse/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ func ValidateVolumeOpts(options []string) ([]string, error) {
// are intended to be always safe to use, even not on OS
// X).
continue
case "idmap":
default:
return nil, errors.Errorf("invalid option type %q", opt)
}
Expand Down

0 comments on commit b8ce155

Please sign in to comment.