secrets_unsupported.go 81 B

1234567
  1. // +build !linux
  2. package daemon
  3. func secretsSupported() bool {
  4. return false
  5. }