Merge lp:~dobey/ubuntuone-credentials/acl-unconfined-rtm into lp:ubuntuone-credentials/rtm-14.09

Proposed by dobey
Status: Merged
Approved by: dobey
Approved revision: 148
Merged at revision: 149
Proposed branch: lp:~dobey/ubuntuone-credentials/acl-unconfined-rtm
Merge into: lp:ubuntuone-credentials/rtm-14.09
Diff against target: 10 lines (+1/-0)
1 file modified
libubuntuoneauth/keyring.cpp (+1/-0)
To merge this branch: bzr merge lp:~dobey/ubuntuone-credentials/acl-unconfined-rtm
Reviewer Review Type Date Requested Status
Alejandro J. Cura (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+247240@code.launchpad.net

Commit message

Set the default ACL as ["unconfined"] for the account.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Alejandro J. Cura (alecu) wrote :

Looks good

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libubuntuoneauth/keyring.cpp'
2--- libubuntuoneauth/keyring.cpp 2014-08-13 16:10:46 +0000
3+++ libubuntuoneauth/keyring.cpp 2015-01-21 23:19:43 +0000
4@@ -161,6 +161,7 @@
5 IdentityInfo info = IdentityInfo();
6
7 info.setSecret(token.toQuery(), true);
8+ info.setAccessControlList(QStringList() << "unconfined");
9 identity->storeCredentials(info);
10 }
11

Subscribers

People subscribed via source and target branches

to all changes: