~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to debian/patches/systemd-dev-log-lp1413232.patch

  • Committer: Package Import Robot
  • Author(s): Steve Beattie
  • Date: 2015-05-11 22:03:04 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20150511220304-gcgk9ix2ui7wvyt0
Tags: 2.9.2-0ubuntu1
* Update to apparmor 2.9.2
  - Fix minitools to work with multiple profiles at once (LP: #1378095)
  - Parse mounts that have non-ascii UTF-8 chars (LP: #1310598)
  - Update dovecot profiles (LP: #1296667)
  - Allow ubuntu-helpers to build texlive fonts (LP: #1010909)
* dropped patches incorporated upstream:
  add-mir-abstraction-lp1422521.patch, systemd-dev-log-lp1413232.patch
  parser-fix_modifier_compilation_+_tests.patch,
  tests-fix_systemd_breakage_in_pivot_root-lp1436109.patch,
  GDM_X_authority-lp1432126.patch, and
  debian/patches/easyprof-framework-policy.patch
* Partial merge with debian apparmor package:
  - debian/rules: enable the bindnow hardening flag during build.
  - debian/upstream/signing-key.asc: add new upstream public
    signing key
  - debian/watch: fix watch file, add gpg signature checking
  - install libapparmor.so dev symlink under /usr not /lib
  - debian/patches/reproducible-pdf.patch: make techdoc.pdf
    reproducible even in face of timezone variations.
  - debian/control: sync fields
  - debian/debhelper/postrm-apparmor: remove
    /etc/apparmor.d/{disable,} on package purge
  - debian/libapache2-mod-apparmor.postrm: on package purge, delete
    /etc/apparmor.d/{,disable} if empty
  - debian/libapparmor1.symbols: Use Build-Depends-Package in the
    symbols file.
  - debian/copyright: sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Origin: r2850
2
 
Description: Allow writes to /{,var}/run/systemd/journal/dev-log, the systemd
3
 
 journal socket. On Debian and Ubuntu systems, /dev/log is a symlink to
4
 
 /run/systemd/journal/dev-log, so this access is now required in the base
5
 
 abstraction to maintain current behavior.
6
 
Bug-Ubuntu: https://bugs.launchpad.net/apparmor/+bug/1413232
7
 
 
8
 
Index: apparmor-2.9.1/profiles/apparmor.d/abstractions/base
9
 
===================================================================
10
 
--- apparmor-2.9.1.orig/profiles/apparmor.d/abstractions/base
11
 
+++ apparmor-2.9.1/profiles/apparmor.d/abstractions/base
12
 
@@ -33,6 +33,7 @@
13
 
   /usr/share/zoneinfo/           r,
14
 
   /usr/share/zoneinfo/**         r,
15
 
   /usr/share/X11/locale/**       r,
16
 
+  /{,var/}run/systemd/journal/dev-log w,
17
 
 
18
 
   /usr/lib{,32,64}/locale/**             mr,
19
 
   /usr/lib{,32,64}/gconv/*.so            mr,