← Back to team overview

ecryptfs team mailing list archive

[Bug 402748] Re: improve subsequent login and screen unlock times

 

** Changed in: ecryptfs
       Status: Fix Committed => Fix Released

-- 
improve subsequent login and screen unlock times
https://bugs.launchpad.net/bugs/402748
You received this bug notification because you are a member of eCryptfs,
which is subscribed to ecryptfs-utils in ubuntu.

Status in eCryptfs - Enterprise Cryptographic Filesystem: Fix Released
Status in “ecryptfs-utils” package in Ubuntu: Fix Released

Bug description:
Every time pam_ecryptfs is called by the PAM stack, it will use the entered password, decrypt the wrapped-passphrase, key-strengthen that, load the results into the keyring, and then mount the user's private directory.

If the user's home (or private) directory is already mounted, this is a tremendous waste of time/effort.

We should short-circuit this process if possible.

Note that the counter aspect of this is going to be tricky...

:-Dustin