Merge lp:~dpm/reminders-app/fixes-1280293 into lp:reminders-app

Proposed by David Planella
Status: Merged
Approved by: Michael Zanetti
Approved revision: 65
Merged at revision: 65
Proposed branch: lp:~dpm/reminders-app/fixes-1280293
Merge into: lp:reminders-app
Diff against target: 13 lines (+2/-1)
1 file modified
click/apparmor.json (+2/-1)
To merge this branch: bzr merge lp:~dpm/reminders-app/fixes-1280293
Reviewer Review Type Date Requested Status
Michael Zanetti (community) Approve
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Review via email: mp+206608@code.launchpad.net

Commit message

Added AppArmor audio policy required for the Camera component to play the click sound on releasing the shutter

Description of the change

Added AppArmor audio policy required for the Camera component to play the click sound on releasing the shutter

To post a comment you must log in.
lp:~dpm/reminders-app/fixes-1280293 updated
65. By David Planella

Revert unrelated translation change, fixed spaces instead of tabs in the AppArmor profile

Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Michael Zanetti (mzanetti) wrote :

ack

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'click/apparmor.json'
2--- click/apparmor.json 2014-02-07 18:36:42 +0000
3+++ click/apparmor.json 2014-02-16 10:51:22 +0000
4@@ -2,7 +2,8 @@
5 "policy_groups": [
6 "networking",
7 "accounts",
8- "content_exchange"
9+ "content_exchange",
10+ "audio"
11 ],
12 "policy_version": 1
13 }

Subscribers

People subscribed via source and target branches