Merge lp:~jhodapp/camera-app/adjust-policy-groups into lp:camera-app

Proposed by Jim Hodapp
Status: Merged
Approved by: Sergio Schvezov
Approved revision: 289
Merged at revision: 289
Proposed branch: lp:~jhodapp/camera-app/adjust-policy-groups
Merge into: lp:camera-app
Diff against target: 27 lines (+3/-2)
2 files modified
click/camera-apparmor.json (+2/-1)
click/manifest.json.in (+1/-1)
To merge this branch: bzr merge lp:~jhodapp/camera-app/adjust-policy-groups
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Jamie Strandboge Approve
Review via email: mp+224721@code.launchpad.net

Commit message

Update the app_armor policy groups and framework verion so that the camera-app can continue to write snapshots and video files to ~/Pictures and ~/Videos respectively

Description of the change

Update the app_armor policy groups and framework verion so that the camera-app can continue to write snapshots and video files to ~/Pictures and ~/Videos respectively

To post a comment you must log in.
Revision history for this message
Jamie Strandboge (jdstrand) wrote :

Looks good!

review: Approve
Revision history for this message
Sergio Schvezov (sergiusens) wrote :

This isn't necessarily needing of landing through the ci train; t's fine to manually merge, there is no way to test this correctly through the train (except desktop)

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'click/camera-apparmor.json'
2--- click/camera-apparmor.json 2014-03-14 17:33:54 +0000
3+++ click/camera-apparmor.json 2014-06-26 20:49:13 +0000
4@@ -1,8 +1,9 @@
5 {
6 "policy_groups": ["picture_files",
7+ "video_files",
8 "camera",
9 "audio",
10 "usermetrics"
11 ],
12- "policy_version": 1.1
13+ "policy_version": 1.2
14 }
15
16=== modified file 'click/manifest.json.in'
17--- click/manifest.json.in 2014-05-07 14:52:27 +0000
18+++ click/manifest.json.in 2014-06-26 20:49:13 +0000
19@@ -1,7 +1,7 @@
20 {
21 "description":
22 "An application to take pictures and videos with the device cameras",
23- "framework": "ubuntu-sdk-14.04-dev1",
24+ "framework": "ubuntu-sdk-14.10-dev2",
25 "architecture": "armhf",
26 "hooks": {
27 "camera": {

Subscribers

People subscribed via source and target branches