This bug affects users with encrypted /home/ directories -- the filesystem
remains mounted even after logout because it is in use by evolution-data-server.
This is potentially a security risk as a malicious user would then only need
the necessary permissions and not the encryption password to gain access to the
users files.
Temporary workaround is to get gdm to kill straggler processes on logout --
edit /etc/gdm/PostSession/Default so that:
$ tail /etc/gdm/PostSession/Default
IFS=$OLD_IFS
echo "$OUTPUT"
}
# Kill stragglers
pkill -u "${USER}"
sleep 5
pkill -KILL -u "${USER}"
exit 0
----
Originally http://bugzilla.gnome.org/show_bug.cgi?id=563100 but I added the
kill line in case of any hangers-on
--
evolution-data-server's process still here after logout
https://bugs.launchpad.net/bugs/299649
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.
--
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs