juanjonol / Unlock-Redux

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

Decrypt disks depending on the user #4

Open juanjonol opened 8 years ago

juanjonol commented 8 years ago

In the JSON with the passwords, create a dictionary for each user which contains another dictionary for each disk.

How can a LaunchDaemon know which user is login in? I could convert this program to a LoginHook, but LoginHooks are deprecated...