fix(deps): update module github.com/moby/sys/capability to v0.4.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-11-13 16:26:44 +00:00
committed by GitHub
parent 181429435e
commit bae8ccd7fb
11 changed files with 191 additions and 56 deletions

View File

@@ -316,7 +316,7 @@ func ListKnown() []Cap {
return list()
}
// ListSupported retuns the list of all capabilities known to the package,
// ListSupported returns the list of all capabilities known to the package,
// except those that are not supported by the currently running Linux kernel.
func ListSupported() ([]Cap, error) {
last, err := LastCap()