github.com/khulnasoft-lab/khulnasoft@v26.0.1-0.20240328202558-330a6f959fe0+incompatible/oci/caps/utils_other.go (about)

     1  //go:build !linux
     2  
     3  package caps // import "github.com/docker/docker/oci/caps"
     4  
     5  func initCaps() {
     6  	// no capabilities on Windows
     7  }