Comment 1 for bug 1024476

Revision history for this message
Tyler Hicks (tyhicks) wrote :

I tried to simply remove the ecryptfs_get_version() call from pam_sm_authenticate() but that resulted in a strange race condition where the module was loaded, the mount was performed, but filenames were not decrypted.

I believe removing the ecryptfs_get_version() call is the correct fix, but more investigation is needed to understand/correct the race condition.