containers / common

Location for shared common files in github.com/containers repos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emit error when binary file not executable

baude opened this issue · comments

the FindBinaryHelper should emit an error if it finds the binary but it is not exectable instead of claiming it could not find it.

https://github.com/containers/common/blob/main/pkg/config/config.go#L1110