Merge lp:~jonas-drange/qtmir/allow-all into lp:qtmir

Proposed by Jonas G. Drange
Status: Merged
Approved by: Gerry Boland
Approved revision: 570
Merged at revision: 572
Proposed branch: lp:~jonas-drange/qtmir/allow-all
Merge into: lp:qtmir
Diff against target: 10 lines (+1/-1)
1 file modified
src/platforms/mirserver/sessionauthorizer.cpp (+1/-1)
To merge this branch: bzr merge lp:~jonas-drange/qtmir/allow-all
Reviewer Review Type Date Requested Status
Gerry Boland (community) Approve
Review via email: mp+309942@code.launchpad.net

Commit message

relax auth of clients to allow USS to set base mir display config

To post a comment you must log in.
Revision history for this message
Gerry Boland (gerboland) wrote :

Unblocks system settings, let's do it

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/platforms/mirserver/sessionauthorizer.cpp'
2--- src/platforms/mirserver/sessionauthorizer.cpp 2015-12-01 20:05:20 +0000
3+++ src/platforms/mirserver/sessionauthorizer.cpp 2016-11-03 12:57:54 +0000
4@@ -96,5 +96,5 @@
5
6 //FIXME Actually mediate this access for clients
7 Q_UNUSED(creds)
8- return false;
9+ return true;
10 }

Subscribers

People subscribed via source and target branches