Merge lp:~jamesh/mediascanner2/bug-1353139 into lp:mediascanner2

Proposed by James Henstridge
Status: Merged
Approved by: Jussi Pakkanen
Approved revision: 265
Merged at revision: 270
Proposed branch: lp:~jamesh/mediascanner2/bug-1353139
Merge into: lp:mediascanner2
Diff against target: 12 lines (+3/-0)
1 file modified
debian/usr.bin.mediascanner-service-2.0 (+3/-0)
To merge this branch: bzr merge lp:~jamesh/mediascanner2/bug-1353139
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Jussi Pakkanen (community) Approve
Review via email: mp+231872@code.launchpad.net

Commit message

Update AppArmor policy to allow read access to /sys/devices/**/video4linux/video**

Description of the change

Update AppArmor policy to allow access to certain sysfs files needed on Manta, as described in bug 1353139.

To post a comment you must log in.
Revision history for this message
Jussi Pakkanen (jpakkane) wrote :

I know nothing of security, but if Jamie says it's ok, then that's all I need. :)

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/usr.bin.mediascanner-service-2.0'
2--- debian/usr.bin.mediascanner-service-2.0 2014-08-15 13:54:20 +0000
3+++ debian/usr.bin.mediascanner-service-2.0 2014-08-22 11:47:37 +0000
4@@ -35,6 +35,9 @@
5 /dev/devmap r,
6 @{PROC}/mtk_mdp_cmdq r,
7
8+ # For manta devices
9+ /sys/devices/**/video4linux/video** r,
10+
11 /sys/kernel/debug/tracing/trace_marker w,
12 /dev/ashmem rw,
13

Subscribers

People subscribed via source and target branches