Comment 1 for bug 313812

Revision history for this message
Dustin Kirkland  (kirkland) wrote : Re: ecryptfs can be mounted with any passphrase

This is probably due to kernel keyring caching.

After doing your unmount, do the following to clear your kernel keyring:
 $ keyctl clear @u

Then try to remount.

:-Dustin