Comment 13 for bug 623708

Revision history for this message
Attila Lendvai (attila-lendvai) wrote :

i've also just experienced it with ubuntu 11.04

my usecase: i've set up separate users for skype and chrome, and use two such scripts to start them:

#!/bin/bash

xhost +local:
gksu --su-mode --login --user chrome "export SDL_AUDIODRIVER=alsa; google-chrome"

i assume it's reproducible, because both 'skype' and 'chrome' users have duplicate filenames, and here's an excerpt from the ls -l:

# ll /home/.ecryptfs/chrome/.Private/
[...]
-rw------- 1 chrome chrome 12288 2011-09-08 20:47 ECRYPTFS_FNEK_ENCRYPTED.FXbTsLaTpT.vrESWNmnq7nO2qAl3QvNgaCzOfcgaNrfvuZAFqgbyt9TOW6FxK3GtWwQL01lCyOyY7V2-
-rw------- 1 chrome chrome 12288 2011-09-08 22:47 ECRYPTFS_FNEK_ENCRYPTED.FXbTsLaTpT.vrESWNmnq7nO2qAl3QvNgaCzOr-KAoNABxcFpoqEAOROpm3ucwy8d04B.NOSPhJt-2GY-
-rw-r--r-- 1 chrome chrome 12288 2011-09-08 14:01 ECRYPTFS_FNEK_ENCRYPTED.FXbTsLaTpT.vrESWNmnq7nO2qAl3QvNgaCzOr-KAoNABxcFpoqEAOROpm9g1LBboIxh9i6c9kXOSk16-
-rw------- 1 chrome chrome 12288 2011-09-08 20:44 .esd_auth
drwx------ 5 chrome chrome 4096 2011-09-08 20:44 .gnome2/
-rw-r--r-- 1 chrome chrome 12288 2011-09-08 22:46 .gtk-bookmarks
drwx------ 2 chrome chrome 4096 2011-09-08 20:44 .gvfs/
[...]

as far as i understand i shouldn't see unencrypted stuff there, right?