Skip to content

Commit

Permalink
enabled rekeying FileVault implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
kenchan0130 committed Sep 4, 2022
1 parent f2540a6 commit 2ba233e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XCredsLoginPlugIn/Mechanisms/XCredsEnableFDE.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class XCredsEnableFDE : XCredsBaseMechanism {
os_log("Checking to see if we should rekey", log: enableFDELog, type: .default)

if getManagedPreference(key: .EnableFDERekey) as? Bool ?? false {

rekey()
}

os_log("FileVault is already enabled, skipping mechanism.", log: enableFDELog, type: .debug)
Expand Down

0 comments on commit 2ba233e

Please sign in to comment.