fleet/orbit/pkg/useraction/useraction_notdarwin.go
Roberto Dip 61a8a80514
allow to rotate disk encryption key from My Device (#10592)
Related to https://github.com/fleetdm/fleet/issues/8961

Co-authored-by: Martin Angers <martin.n.angers@gmail.com>
2023-03-20 16:14:07 -03:00

7 lines
107 B
Go

//go:build !darwin
package useraction
func RotateDiskEncryptionKey(maxRetries int) error {
return nil
}