diff options
Diffstat (limited to 'actions')
| -rw-r--r-- | actions/context.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/context.go b/actions/context.go index 830ad03..894d941 100644 --- a/actions/context.go +++ b/actions/context.go @@ -142,7 +142,7 @@ func (ctx *Context) getService() string { return ctx.Mount.FilesystemType + ":" } } - return unix.FS_KEY_DESC_PREFIX + return unix.FSCRYPT_KEY_DESC_PREFIX } // getProtectorOption returns the ProtectorOption for the protector on the |