Merge lp:~jdstrand/mediascanner2/1356883 into lp:mediascanner2

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

Commit message

allow read access to /etc/udev/udev.conf for gstreamer (LP: #1356883)

Description of the change

allow read access to /etc/udev/udev.conf for gstreamer. This access is a common noisy denial and not high priority, but it may be confusing for people so just allow it (the contents of the file are harmless).

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
James Henstridge (jamesh) wrote :

Looks good.

review: Approve

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 20:01:40 +0000
4@@ -26,6 +26,8 @@
5 owner @{PROC}/[0-9]*/task/[0-9]*/ r,
6 owner @{PROC}/[0-9]*/cmdline r,
7
8+ /etc/udev/udev.conf r,
9+
10 # specific to the mediatek soc
11 @{PROC}/xlog/setfil r,
12 @{PROC}/M4U_device r,

Subscribers

People subscribed via source and target branches