~ubuntu-branches/ubuntu/trusty/apparmor/trusty

« back to all changes in this revision

Viewing changes to debian/patches/0001-add-chromium-browser.patch

  • Committer: Package Import Robot
  • Author(s): Tyler Hicks, Tyler Hicks, Jamie Strandboge, Chad Miller
  • Date: 2013-11-04 15:57:30 UTC
  • Revision ID: package-import@ubuntu.com-20131104155730-r9d5d0ifihotcba0
Tags: 2.8.0-0ubuntu34
[ Tyler Hicks ]
* 0078-parser-check-for-dbus-kernel-support.patch: The parser should not
  include D-Bus rules in the binary policy that it loads into the kernel if
  the kernel does not support D-Bus rules (LP: #1231778)
* 0079-utils-ignore-unsupported-log-events.patch: aa-logprof should ignore
  audit events that it does not yet support instead of treating them as
  errors (LP: #1243932)
* 0080-tests-use-ldconfig-for-library-detection.patch: Fix libapparmor
  detection in regression tests after the multiarch changes

[ Jamie Strandboge ]
* 0081-python-abstraction-updates.patch: Add rules in support of Python 3.3

[ Chad Miller ]
* debian/patches/0001-add-chromium-browser.patch: Follow new chromium-browser
  sandbox name.  Keep old name for now to allow transition. LP: #1247269

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Description: chromium-browser profile
3
3
Forwarded: yes
4
4
 
5
 
Index: apparmor-2.8.0/profiles/apparmor.d/usr.bin.chromium-browser
 
5
Index: apparmor/profiles/apparmor.d/usr.bin.chromium-browser
6
6
===================================================================
7
 
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
8
 
+++ apparmor-2.8.0/profiles/apparmor.d/usr.bin.chromium-browser 2013-04-08 14:51:55.000000000 -0500
9
 
@@ -0,0 +1,219 @@
 
7
--- /dev/null
 
8
+++ apparmor/profiles/apparmor.d/usr.bin.chromium-browser
 
9
@@ -0,0 +1,221 @@
10
10
+# Author: Jamie Strandboge <jamie@canonical.com>
11
11
+#include <tunables/global>
12
12
+
130
130
+  # Allow transitions to ourself and our sandbox
131
131
+  /usr/lib/chromium-browser/chromium-browser ix,
132
132
+  /usr/lib/chromium-browser/chromium-browser-sandbox cx -> chromium_browser_sandbox,
 
133
+  /usr/lib/chromium-browser/chrome-sandbox cx -> chromium_browser_sandbox,
133
134
+
134
135
+  /bin/ps Uxr,
135
136
+  /usr/lib/chromium-browser/xdg-settings Cxr -> xdgsettings,
220
221
+    /usr/bin/chromium-browser r,
221
222
+    /usr/lib/chromium-browser/chromium-browser Px,
222
223
+    /usr/lib/chromium-browser/chromium-browser-sandbox r,
 
224
+    /usr/lib/chromium-browser/chrome-sandbox r,
223
225
+
224
226
+    /dev/null rw,
225
227
+