~ubuntu-branches/ubuntu/saucy/apparmor/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/patches/0019-vdpau_wrapper.patch

  • Committer: Package Import Robot
  • Author(s): Steve Beattie, Micah Gersten, Steve Beattie
  • Date: 2012-10-09 12:44:56 UTC
  • Revision ID: package-import@ubuntu.com-20121009124456-ll1dupq93t5e5uah
Tags: 2.8.0-0ubuntu5
[ Micah Gersten ]
* Allow /etc/vdpau_wrapper.cfg r and /var/lib/xine/gxine.desktop r
  in the multimedia browser abstraction (LP: #1057642)
  - update profiles/apparmor.d/abstractions/ubuntu-browsers.d/multimedia

[ Steve Beattie ]
* debian/control: make libnotify-bin a Recommends rather than a
  Depends for use in server environments (LP: #1061879)
* debian/patches/0020-coredump_tests.patch: fix coredump regression
  tests (LP: #1050430)
* debian/patches/0021-webapps_abstraction.patch: add a few items
  triggered by using and installing webapps in firefox (LP: #1056418)
* debian/patches/0022-aa-decode-stdin.patch: fix aa-decode to process
  stdin correctly and decode encoded profiles names

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: /etc/vdpau_wrapper.cfg needed for Firefox 18+ on quantal
 
2
Author: Micah Gersten <micah@canonical.com>
 
3
 
 
4
=== modified file 'profiles/apparmor.d/abstractions/ubuntu-browsers.d/multimedia'
 
5
---
 
6
 profiles/apparmor.d/abstractions/ubuntu-browsers.d/multimedia |    4 ++++
 
7
 1 file changed, 4 insertions(+)
 
8
 
 
9
Index: b/profiles/apparmor.d/abstractions/ubuntu-browsers.d/multimedia
 
10
===================================================================
 
11
--- a/profiles/apparmor.d/abstractions/ubuntu-browsers.d/multimedia
 
12
+++ b/profiles/apparmor.d/abstractions/ubuntu-browsers.d/multimedia
 
13
@@ -54,6 +54,10 @@
 
14
   /dev/nvidactl rw,
 
15
   /dev/nvidia0 rw,
 
16
   @{PROC}/interrupts r,
 
17
+  /etc/vdpau_wrapper.cfg r,
 
18
 
 
19
   # Virus scanners
 
20
   /usr/bin/clamscan Cx -> sanitized_helper,
 
21
+
 
22
+  # gxine (LP: #1057642)
 
23
+  /var/lib/xine/gxine.desktop r,