juanjonol / Unlock-Redux

Unlock multiple Core Storage encrypted volumes at boot.
Other
8 stars 2 forks source link

Better place for the passwords #3

Open juanjonol opened 8 years ago

juanjonol commented 8 years ago

Currently, the passwords are stored in /Library/PrivilegedHelperTools/Generated_Files/com.juanjonol.unlock.json. This doesn't seems like the ideal place for this.

juanjonol commented 6 years ago

As commented in #8, maybe a good place would be /var/db/, the same place in which macOS stores the System Keychain's password (/var/db/SystemKey).

juanjonol commented 6 years ago

Also, if I do this, there must be a check to see if the /Library/PrivilegedHelperTools/Generated_Files/com.juanjonol.unlock.json file exists and move it to the new location.

juanjonol commented 6 years ago

Also, if I do this, there must be a check to see if the /Library/PrivilegedHelperTools/Generated_Files/com.juanjonol.unlock.json file exists and move it to the new location.