Merge lp://staging/~tealeg/landscape-client/only-challenge-once into lp://staging/~landscape/landscape-client/trunk
Proposed by
Geoff Teale
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Thomas Herve | ||||
Approved revision: | 491 | ||||
Merged at revision: | 492 | ||||
Proposed branch: | lp://staging/~tealeg/landscape-client/only-challenge-once | ||||
Merge into: | lp://staging/~landscape/landscape-client/trunk | ||||
Diff against target: |
114 lines (+13/-28) 7 files modified
debian/changelog (+6/-0) debian/landscape-client-ui.install (+0/-1) landscape/ui/lib/polkit.py (+3/-0) landscape/ui/model/configuration/mechanism.py (+1/-2) landscape/ui/model/registration/mechanism.py (+2/-2) polkit-1/com.canonical.LandscapeClientRegistration.policy (+0/-21) setup.py (+1/-2) |
||||
To merge this branch: | bzr merge lp://staging/~tealeg/landscape-client/only-challenge-once | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Björn Tillenius (community) | Approve | ||
Thomas Herve (community) | Approve | ||
Mike Milner (community) | Approve | ||
Review via email: mp+96800@code.staging.launchpad.net |
Description of the change
Fixes bug #949147
This branch makes both mechanisms share a common PolicyKit policy, and removes the second policy completely. This has the effect of removing the second policy kit challenge when registering / disabling as this is within the same policy (up to a timeout, and then you will be challenged again).
To post a comment you must log in.
Looks good +1!