blob: d6f36fda1e45aa4474ec8d30622e386e575df9dc [file] [log] [blame]
// +build !linux
package daemon
func secretsSupported() bool {
return false
}