Comment 2 for bug 1376445

Revision history for this message
Alberto Mardegan (mardy) wrote :

The problem here is with the U1 account plugin, which doesn't add "unconfined" to the initial list of ACL.
After a quick look at the source code, I believe that the code which needs to be changed is here:
http://bazaar.launchpad.net/~ubuntuone-control-tower/ubuntuone-credentials/trunk/view/head:/libubuntuoneauth/keyring.cpp#L161

The change is about adding

    info.setAccessControlList(QStringList() << "unconfined");

before storing the "info" object.