~ubuntu-branches/ubuntu/precise/firefox/precise-proposed

« back to all changes in this revision

Viewing changes to debian/usr.bin.firefox.apparmor.11.04

  • Committer: Package Import Robot
  • Author(s): Chris Coulson, Jamie Strandboge, Chris Coulson
  • Date: 2012-03-08 16:15:52 UTC
  • mfrom: (1.1.78)
  • Revision ID: package-import@ubuntu.com-20120308161552-1rwojqdh93lgb4f6
Tags: 11.0~b6+build1-0ubuntu1
* New upstream release from the beta channel (FIREFOX_11_0b6_BUILD1)

[ Jamie Strandboge <jamie@ubuntu.com> ]
* debian/usr.bin.firefox.apparmor.*:
  - allow access to statm and smaps for about:memory (LP: #911494)
  - allow read access to files in /opt (LP: #728485)

[ Chris Coulson <chris.coulson@canonical.com> ]
* Update debian/patches/fix-build-failure-without-yarr-jit.patch
* Fix LP: #926495 - Disable the SPS profiler on unsupported architectures
  - add debian/patches/no-sps-profiler-on-unsupported-archs.patch
  - update debian/patches/series

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
  /sys/devices/system/cpu/ r,
92
92
  /sys/devices/system/cpu/** r,
93
93
 
 
94
  # about:memory
 
95
  owner @{PROC}/[0-9]*/statm r,
 
96
  owner @{PROC}/[0-9]*/smaps r,
 
97
 
94
98
  # Needed for container to work in xul builds
95
99
  /usr/lib/xulrunner-*/plugin-container ixr,
96
100
 
97
101
  # allow access to documentation and other files the user may want to look
98
 
  # at in /usr
 
102
  # at in /usr and /opt
99
103
  /usr/ r,
100
104
  /usr/** r,
 
105
  /opt/ r,
 
106
  /opt/** r,
101
107
 
102
108
  # so browsing directories works
103
109
  / r,