Sign in
fuchsia
/
third_party
/
github.com
/
moby
/
moby
/
refs/tags/docker-v29.0.0
/
.
/
daemon
/
keys_unsupported.go
blob: de6e8fe3ac5830095eb45a68f43be77a01cd2cbf [
file
] [
log
] [
blame
]
//go:build !linux
package daemon
// modifyRootKeyLimit is a noop on unsupported platforms.
func modifyRootKeyLimit() error {
return nil
}