github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/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 }