Merge lp:~henn/apparmor/fix-for-1665535 into lp:apparmor/2.12

Proposed by Jay Hennessey
Status: Merged
Merged at revision: 3671
Proposed branch: lp:~henn/apparmor/fix-for-1665535
Merge into: lp:apparmor/2.12
Diff against target: 10 lines (+3/-0)
1 file modified
profiles/apparmor.d/abstractions/ubuntu-browsers.d/multimedia (+3/-0)
To merge this branch: bzr merge lp:~henn/apparmor/fix-for-1665535
Reviewer Review Type Date Requested Status
Christian Boltz Approve
intrigeri Approve
Jamie Strandboge Approve
Steve Beattie Pending
Review via email: mp+317680@code.launchpad.net

Description of the change

Fix LP: #1665535 - Enable camera access in browser apparmor profile for WebRTC

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

This looks fine to me.

review: Approve
Revision history for this message
intrigeri (intrigeri) wrote :

Looks OK to me too. I've checked that this wouldn't be pulled by profiles I don't want to have access to my camera on my system. So, I guess 2 approvals are enough to merge this? :)

review: Approve
Revision history for this message
Christian Boltz (cboltz) wrote :

Ack, I'll merge it ;-)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'profiles/apparmor.d/abstractions/ubuntu-browsers.d/multimedia'
2--- profiles/apparmor.d/abstractions/ubuntu-browsers.d/multimedia 2014-02-14 01:17:46 +0000
3+++ profiles/apparmor.d/abstractions/ubuntu-browsers.d/multimedia 2017-02-17 20:54:56 +0000
4@@ -58,3 +58,6 @@
5
6 # gxine (LP: #1057642)
7 /var/lib/xine/gxine.desktop r,
8+
9+ # For WebRTC camera access (LP: #1665535)
10+ /dev/video[0-9]* rw,

Subscribers

People subscribed via source and target branches