Description of problem: With ecryptfs you have some directory, usually ~/.Private and it contains encrypted data. When you log in, it is automatically mounted decrypted as ~/Private It is done by pam open session. It counts how many times are you logged in. When you log out, it decrements the counter and with last log out, it umounts that directory (data are available encrypted only after this point). The reason appears to be that systemd keeps another PAM session around for running its (sd-pam) and systemd --user processes, causing ecryptfs-umount-private to think one session is still remaining. This means we have to run ecryptfs-umount-private before exiting the systemd --user session. A systemd unit that might fix this can be found in the original bug [1]. Also I see similar Red Hat BZ [2], which might or might not be related to the same root cause as this one. Additional info: [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765854 [2]: https://bugzilla.redhat.com/show_bug.cgi?id=1086822
This bug appears to have been reported against 'rawhide' during the Fedora 22 development cycle. Changing version to '22'. More information and reason for this action is here: https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora22
Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed.