mirror of
https://github.com/fleetdm/fleet
synced 2026-04-29 01:17:35 +00:00
Related to https://github.com/fleetdm/fleet/issues/8961 Co-authored-by: Martin Angers <martin.n.angers@gmail.com>
7 lines
107 B
Go
7 lines
107 B
Go
//go:build !darwin
|
|
|
|
package useraction
|
|
|
|
func RotateDiskEncryptionKey(maxRetries int) error {
|
|
return nil
|
|
}
|