github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/daemon/keys_unsupported.go (about) 1 // +build !linux 2 3 package daemon 4 5 // ModifyRootKeyLimit is an noop on unsupported platforms. 6 func ModifyRootKeyLimit() error { 7 return nil 8 }