github.com/khulnasoft-lab/khulnasoft@v26.0.1-0.20240328202558-330a6f959fe0+incompatible/libnetwork/config/config_freebsd.go (about)

     1  package config
     2  
     3  // FIXME(thaJeztah): ExecRoot is only used for Controller.startExternalKeyListener(), but "libnetwork-setkey" is only implemented on Linux.
     4  func optionExecRoot(execRoot string) Option {
     5  	return func(c *Config) {
     6  		c.ExecRoot = execRoot
     7  	}
     8  }