This is still an issue for Jaunty, but users can add the following to /etc/apparmor.d/abstractions/base to work around the problem:
# encrypted ~/.Private and old-style encrypted $HOME
owner @{HOME}/.Private/** mrixwlk,
# new-style encrypted $HOME
owner @{HOMEDIRS}/.ecryptfs/*/.Private/** mrixwlk,
You'll need to reload apparmor before this is in effect. Note that this is a temporary workaround until upstream handles stacked filesystems generally.
This is still an issue for Jaunty, but users can add the following to /etc/apparmor. d/abstractions/ base to work around the problem: /.ecryptfs/ */.Private/ ** mrixwlk,
# encrypted ~/.Private and old-style encrypted $HOME
owner @{HOME}/.Private/** mrixwlk,
# new-style encrypted $HOME
owner @{HOMEDIRS}
You'll need to reload apparmor before this is in effect. Note that this is a temporary workaround until upstream handles stacked filesystems generally.